diff options
Diffstat (limited to 'arch/x86/mm')
-rw-r--r-- | arch/x86/mm/numa_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mm/numa_64.c b/arch/x86/mm/numa_64.c index 1bd6de4aa714..f6d85e380471 100644 --- a/arch/x86/mm/numa_64.c +++ b/arch/x86/mm/numa_64.c | |||
@@ -899,7 +899,7 @@ static bool __init numa_emulation(void) | |||
899 | } | 899 | } |
900 | #endif /* CONFIG_NUMA_EMU */ | 900 | #endif /* CONFIG_NUMA_EMU */ |
901 | 901 | ||
902 | static int dummy_numa_init(void) | 902 | static int __init dummy_numa_init(void) |
903 | { | 903 | { |
904 | printk(KERN_INFO "%s\n", | 904 | printk(KERN_INFO "%s\n", |
905 | numa_off ? "NUMA turned off" : "No NUMA configuration found"); | 905 | numa_off ? "NUMA turned off" : "No NUMA configuration found"); |