diff options
-rw-r--r-- | arch/x86/kernel/setup_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/setup_64.c b/arch/x86/kernel/setup_64.c index 1caf7458dc48..a7124bfb8578 100644 --- a/arch/x86/kernel/setup_64.c +++ b/arch/x86/kernel/setup_64.c | |||
@@ -279,7 +279,7 @@ static void discover_ebda(void) | |||
279 | } | 279 | } |
280 | 280 | ||
281 | /* Overridden in paravirt.c if CONFIG_PARAVIRT */ | 281 | /* Overridden in paravirt.c if CONFIG_PARAVIRT */ |
282 | void __attribute__((weak)) memory_setup(void) | 282 | void __attribute__((weak)) __init memory_setup(void) |
283 | { | 283 | { |
284 | machine_specific_memory_setup(); | 284 | machine_specific_memory_setup(); |
285 | } | 285 | } |