diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2010-08-25 23:38:20 (GMT) |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2010-08-26 00:10:49 (GMT) |
commit | 9ea77bdb39b62c9bf9fd3cdd1c25a9420bccd380 (patch) | |
tree | 8fc6396e340bdc9fb38c90569dafa1abb34080d4 /arch/x86/Kconfig | |
parent | d0cd7425fab774a480cce17c2f649984312d0b55 (diff) | |
download | linux-9ea77bdb39b62c9bf9fd3cdd1c25a9420bccd380.tar.xz |
x86, bios: Make the x86 early memory reservation a kernel option
Add a kernel command-line option so the x86 early memory reservation
size can be adjusted at runtime instead of only at compile time.
Suggested-by: Andrew Morton <akpm@linux-foundation.org>
LKML-Reference: <tip-d0cd7425fab774a480cce17c2f649984312d0b55@git.kernel.org>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 683ae8f..d359000 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -1326,7 +1326,7 @@ config X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK Set whether the default state of memory_corruption_check is on or off. -config X86_LOW_RESERVE +config X86_RESERVE_LOW int "Amount of low memory, in kilobytes, to reserve for the BIOS" default 64 range 4 640 |