]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
init: Remove check_bugs() leftovers
authorThomas Gleixner <tglx@linutronix.de>
Tue, 13 Jun 2023 23:39:38 +0000 (01:39 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Aug 2023 17:56:34 +0000 (19:56 +0200)
commit944d5c3ffa4b3411749fa32d3cbeb56bb5475cd3
tree17135d78c418bbb954ecc2e95ce9308548c331dd
parenta03ef708788eba340a68f5991c7f2962a391a8a5
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