diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2023-06-14 01:39:36 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2023-06-16 10:16:00 +0200 |
commit | 9349b5cd0908f8afe95529fc7a8cbb1417df9b0c (patch) | |
tree | 541799a12ddcb243213cef627ec16090425d3b21 /arch/um/include/asm | |
parent | 44ade508e3bfac45ae97864587de29eb1a881ec0 (diff) | |
download | linux-stable-9349b5cd0908f8afe95529fc7a8cbb1417df9b0c.tar.gz linux-stable-9349b5cd0908f8afe95529fc7a8cbb1417df9b0c.tar.bz2 linux-stable-9349b5cd0908f8afe95529fc7a8cbb1417df9b0c.zip |
um/cpu: Switch to arch_cpu_finalize_init()
check_bugs() is about to be phased out. Switch over to the new
arch_cpu_finalize_init() implementation.
No functional change.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Richard Weinberger <richard@nod.at>
Link: https://lore.kernel.org/r/20230613224545.493148694@linutronix.de
Diffstat (limited to 'arch/um/include/asm')
-rw-r--r-- | arch/um/include/asm/bugs.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/um/include/asm/bugs.h b/arch/um/include/asm/bugs.h deleted file mode 100644 index 4473942a0839..000000000000 --- a/arch/um/include/asm/bugs.h +++ /dev/null @@ -1,7 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -#ifndef __UM_BUGS_H -#define __UM_BUGS_H - -void check_bugs(void); - -#endif |