]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
init: Remove check_bugs() leftovers
authorThomas Gleixner <tglx@linutronix.de>
Tue, 1 Aug 2023 16:58:30 +0000 (18:58 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Aug 2023 17:58:31 +0000 (19:58 +0200)
commit7e270cebaffd12337e5851b0bb36a347d04ca528
tree1b376d6475c1155b9f4aeab0f536bca49654cd12
parent285384ac24c38d775e7b0271c67f67165258f16a
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>
arch/alpha/include/asm/bugs.h [deleted file]
arch/parisc/include/asm/bugs.h [deleted file]
arch/powerpc/include/asm/bugs.h [deleted file]
arch/xtensa/include/asm/bugs.h [deleted file]
include/asm-generic/bugs.h [deleted file]
init/main.c