diff options
Diffstat (limited to 'arch/x86/kernel/setup.c')
-rw-r--r-- | arch/x86/kernel/setup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index ea4141b48518..d49e168bda8c 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c | |||
@@ -967,7 +967,9 @@ void __init setup_arch(char **cmdline_p) | |||
967 | #endif | 967 | #endif |
968 | 968 | ||
969 | initmem_init(0, max_pfn, acpi, k8); | 969 | initmem_init(0, max_pfn, acpi, k8); |
970 | #ifndef CONFIG_NO_BOOTMEM | ||
970 | early_res_to_bootmem(0, max_low_pfn<<PAGE_SHIFT); | 971 | early_res_to_bootmem(0, max_low_pfn<<PAGE_SHIFT); |
972 | #endif | ||
971 | 973 | ||
972 | dma32_reserve_bootmem(); | 974 | dma32_reserve_bootmem(); |
973 | 975 | ||