diff options
author | Yinghai Lu <yinghai@kernel.org> | 2010-02-10 04:20:28 -0500 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2010-02-12 12:42:39 -0500 |
commit | 59be5a8e8ce765cf739ec7f07176219972de7481 (patch) | |
tree | 0dead91be8e1ccbbb0514877d4d1c1047cf401f0 /arch/x86/Kconfig | |
parent | 53db62a2529280ff216c941d8a2650204547e44a (diff) |
x86: Make 32bit support NO_BOOTMEM
Let's make 32bit consistent with 64bit.
-v2: Andrew pointed out for 32bit that we should use -1ULL
Signed-off-by: Yinghai Lu <yinghai@kernel.org>
LKML-Reference: <1265793639-15071-25-git-send-email-yinghai@kernel.org>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 95439843cebc..29f9efb74fc7 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -571,7 +571,6 @@ config PARAVIRT_DEBUG | |||
571 | config NO_BOOTMEM | 571 | config NO_BOOTMEM |
572 | default y | 572 | default y |
573 | bool "Disable Bootmem code" | 573 | bool "Disable Bootmem code" |
574 | depends on X86_64 | ||
575 | ---help--- | 574 | ---help--- |
576 | Use early_res directly instead of bootmem before slab is ready. | 575 | Use early_res directly instead of bootmem before slab is ready. |
577 | - allocator (buddy) [generic] | 576 | - allocator (buddy) [generic] |