diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2023-06-14 01:39:30 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2023-06-16 10:15:59 +0200 |
commit | 9ceecc2589b9d7cef6b321339ed8de484eac4b20 (patch) | |
tree | 1fae3c91098b4270c104f80d4060f44fb6f4caf1 /arch/m68k/Kconfig | |
parent | 9841c423164787feb8f1442f922b7d80a70c82f1 (diff) | |
download | lwn-9ceecc2589b9d7cef6b321339ed8de484eac4b20.tar.gz lwn-9ceecc2589b9d7cef6b321339ed8de484eac4b20.zip |
m68k/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>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Link: https://lore.kernel.org/r/20230613224545.254342916@linutronix.de
Diffstat (limited to 'arch/m68k/Kconfig')
-rw-r--r-- | arch/m68k/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index 40198a1ebe27..dc792b321f1e 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig @@ -4,6 +4,7 @@ config M68K default y select ARCH_32BIT_OFF_T select ARCH_HAS_BINFMT_FLAT + select ARCH_HAS_CPU_FINALIZE_INIT if MMU select ARCH_HAS_CURRENT_STACK_POINTER select ARCH_HAS_DMA_PREP_COHERENT if HAS_DMA && MMU && !COLDFIRE select ARCH_HAS_SYNC_DMA_FOR_DEVICE if HAS_DMA |