diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2023-06-14 02:39:33 +0300 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2023-06-16 11:16:00 +0300 |
commit | 01eb454e9bfe593f320ecbc9aaec60bf87cd453d (patch) | |
tree | 555fff8ed6b8c13d001105df95b70acfdf8b5b8c /arch/sh/include/asm/processor.h | |
parent | 7f066a22fe353a827a402ee2835e81f045b1574d (diff) | |
download | linux-01eb454e9bfe593f320ecbc9aaec60bf87cd453d.tar.xz |
sh/cpu: Switch to arch_cpu_finalize_init()
check_bugs() is about to be phased out. Switch over to the new
arch_cpu_finalize_init() implementation.
No functional change.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20230613224545.371697797@linutronix.de
Diffstat (limited to 'arch/sh/include/asm/processor.h')
-rw-r--r-- | arch/sh/include/asm/processor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/include/asm/processor.h b/arch/sh/include/asm/processor.h index 85a6c1c3c16e..73fba7c922f9 100644 --- a/arch/sh/include/asm/processor.h +++ b/arch/sh/include/asm/processor.h @@ -166,6 +166,8 @@ extern unsigned int instruction_size(unsigned int insn); #define instruction_size(insn) (2) #endif +void select_idle_routine(void); + #endif /* __ASSEMBLY__ */ #include <asm/processor_32.h> |