h8300: fix PREEMPTION build, TI_PRE_COUNT undefined
authorRandy Dunlap <rdunlap@infradead.org>
Sat, 13 Feb 2021 04:52:54 +0000 (20:52 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 13 Feb 2021 19:42:40 +0000 (11:42 -0800)
commitade9679c159d5bbe14fb7e59e97daf6062872e2b
treef5af58d2de55c5ee57b6fa476543d22c0a45abfd
parentfee92a765fbcc9412680228f8fdc425ab9c8151e
h8300: fix PREEMPTION build, TI_PRE_COUNT undefined

Fix a build error for undefined 'TI_PRE_COUNT' by adding it to
asm-offsets.c.

  h8300-linux-ld: arch/h8300/kernel/entry.o: in function `resume_kernel': (.text+0x29a): undefined reference to `TI_PRE_COUNT'

Link: https://lkml.kernel.org/r/20210212021650.22740-1-rdunlap@infradead.org
Fixes: df2078b8daa7 ("h8300: Low level entry")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reported-by: kernel test robot <lkp@intel.com>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/h8300/kernel/asm-offsets.c