forked from luck/tmp_suning_uos_patched
4761b1aabc
[ Upstream commit ade9679c159d5bbe14fb7e59e97daf6062872e2b ]
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:
|
||
---|---|---|
.. | ||
.gitignore | ||
asm-offsets.c | ||
entry.S | ||
h8300_ksyms.c | ||
head_ram.S | ||
head_rom.S | ||
irq.c | ||
kgdb.c | ||
Makefile | ||
module.c | ||
process.c | ||
ptrace_h.c | ||
ptrace_s.c | ||
ptrace.c | ||
setup.c | ||
signal.c | ||
sim-console.c | ||
syscalls.c | ||
traps.c | ||
vmlinux.lds.S |