diff options
| author | Thomas Gleixner <tglx@linutronix.de> | 2023-06-14 01:39:38 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-08-08 19:57:37 +0200 |
| commit | bf2fa3a9d0e65326917273d17a8e9c6880d7b97c (patch) | |
| tree | ce2ea03fd8681b8300c068fdbe2a5f1594c96414 /arch/alpha | |
| parent | b05031c2bca790afed717bc59cde2dac722efb94 (diff) | |
| download | linux-bf2fa3a9d0e65326917273d17a8e9c6880d7b97c.tar.gz linux-bf2fa3a9d0e65326917273d17a8e9c6880d7b97c.tar.bz2 linux-bf2fa3a9d0e65326917273d17a8e9c6880d7b97c.zip | |
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>
Diffstat (limited to 'arch/alpha')
| -rw-r--r-- | arch/alpha/include/asm/bugs.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/arch/alpha/include/asm/bugs.h b/arch/alpha/include/asm/bugs.h deleted file mode 100644 index 78030d1c7e7e..000000000000 --- a/arch/alpha/include/asm/bugs.h +++ /dev/null @@ -1,20 +0,0 @@ -/* - * include/asm-alpha/bugs.h - * - * Copyright (C) 1994 Linus Torvalds - */ - -/* - * This is included by init/main.c to check for architecture-dependent bugs. - * - * Needs: - * void check_bugs(void); - */ - -/* - * I don't know of any alpha bugs yet.. Nice chip - */ - -static void check_bugs(void) -{ -} |
