init: Remove check_bugs() leftovers

commit 61235b24b9cb37c13fcad5b9596d59a1afdcec30 upstream

Everything is converted over to arch_cpu_finalize_init(). Remove the
check_bugs() leftovers including the empty stubs in asm-generic, alpha,
parisc, powerpc and xtensa.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Link: https://lore.kernel.org/r/20230613224545.553215951@linutronix.de
Signed-off-by: Daniel Sneddon <daniel.sneddon@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Thomas Gleixner
2023-06-14 01:39:38 +02:00
committed by Greg Kroah-Hartman
parent 504aece3f6
commit ecc68c37bb
6 changed files with 0 additions and 92 deletions

View File

@@ -94,7 +94,6 @@
#include <linux/mem_encrypt.h>
#include <asm/io.h>
#include <asm/bugs.h>
#include <asm/setup.h>
#include <asm/sections.h>
#include <asm/cacheflush.h>
@@ -728,10 +727,6 @@ asmlinkage __visible void __init start_kernel(void)
arch_cpu_finalize_init();
/* Temporary conditional until everything has been converted */
#ifndef CONFIG_ARCH_HAS_CPU_FINALIZE_INIT
check_bugs();
#endif
acpi_subsystem_init();
arch_post_acpi_subsys_init();