diff options
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/kernel/setup_32.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/x86/kernel/setup_32.c b/arch/x86/kernel/setup_32.c index f3177bae300d..4d5f8a3eb7ea 100644 --- a/arch/x86/kernel/setup_32.c +++ b/arch/x86/kernel/setup_32.c | |||
@@ -557,10 +557,10 @@ void __init setup_arch(char **cmdline_p) | |||
557 | #endif | 557 | #endif |
558 | 558 | ||
559 | #ifdef CONFIG_ACPI_NUMA | 559 | #ifdef CONFIG_ACPI_NUMA |
560 | /* | 560 | /* |
561 | * Parse SRAT to discover nodes. | 561 | * Parse SRAT to discover nodes. |
562 | */ | 562 | */ |
563 | acpi_numa_init(); | 563 | acpi_numa_init(); |
564 | #endif | 564 | #endif |
565 | 565 | ||
566 | initmem_init(0, max_pfn); | 566 | initmem_init(0, max_pfn); |