]> git.itanic.dy.fi Git - linux-stable/commit
init: Remove check_bugs() leftovers
authorThomas Gleixner <tglx@linutronix.de>
Tue, 1 Aug 2023 14:36:25 +0000 (16:36 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Aug 2023 18:03:47 +0000 (20:03 +0200)
commita3342c60dcc58007cc14b2cf1ebc7e2b563423a8
treec70b023438a0156c28952091c3ef50f6e3a4cd9a
parent8beabde0ed8d31e45a3d9484f0591a18c0c94cc7
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