We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ade50 commit 9349b5cCopy full SHA for 9349b5c
arch/um/Kconfig
@@ -6,6 +6,7 @@ config UML
6
bool
7
default y
8
select ARCH_EPHEMERAL_INODES
9
+ select ARCH_HAS_CPU_FINALIZE_INIT
10
select ARCH_HAS_FORTIFY_SOURCE
11
select ARCH_HAS_GCOV_PROFILE_ALL
12
select ARCH_HAS_KCOV
arch/um/include/asm/bugs.h
arch/um/kernel/um_arch.c
@@ -3,6 +3,7 @@
3
* Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
4
*/
5
+#include <linux/cpu.h>
#include <linux/delay.h>
#include <linux/init.h>
#include <linux/mm.h>
@@ -430,7 +431,7 @@ void __init setup_arch(char **cmdline_p)
430
431
}
432
433
-void __init check_bugs(void)
434
+void __init arch_cpu_finalize_init(void)
435
{
436
arch_check_bugs();
437
os_check_bugs();
0 commit comments