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 ee31bb0 commit 6c38e30Copy full SHA for 6c38e30
arch/ia64/Kconfig
@@ -9,6 +9,7 @@ menu "Processor type and features"
9
config IA64
10
bool
11
select ARCH_BINFMT_ELF_EXTRA_PHDRS
12
+ select ARCH_HAS_CPU_FINALIZE_INIT
13
select ARCH_HAS_DMA_MARK_CLEAN
14
select ARCH_HAS_STRNCPY_FROM_USER
15
select ARCH_HAS_STRNLEN_USER
arch/ia64/include/asm/bugs.h
arch/ia64/kernel/setup.c
@@ -1067,8 +1067,7 @@ cpu_init (void)
1067
}
1068
1069
1070
-void __init
1071
-check_bugs (void)
+void __init arch_cpu_finalize_init(void)
1072
{
1073
ia64_patch_mckinley_e9((unsigned long) __start___mckinley_e9_bundles,
1074
(unsigned long) __end___mckinley_e9_bundles);
0 commit comments