Commit e3cfac84 authored by Andi Kleen's avatar Andi Kleen Committed by Ingo Molnar

x86: mark memory_setup __init

Otherwise

WARNING: vmlinux.o(.text+0x64a9): Section mismatch: reference to .init.text:machine_specific_memory_setup (between 'memory_setup' and 'show_cpuinfo')
Signed-off-by: default avatarAndi Kleen <ak@suse.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent a9a83290
...@@ -279,7 +279,7 @@ static void discover_ebda(void) ...@@ -279,7 +279,7 @@ static void discover_ebda(void)
} }
/* Overridden in paravirt.c if CONFIG_PARAVIRT */ /* Overridden in paravirt.c if CONFIG_PARAVIRT */
void __attribute__((weak)) memory_setup(void) void __attribute__((weak)) __init memory_setup(void)
{ {
machine_specific_memory_setup(); machine_specific_memory_setup();
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment