aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2010-08-25 19:38:20 -0400
committerH. Peter Anvin <hpa@linux.intel.com>2010-08-25 20:10:49 -0400
commit9ea77bdb39b62c9bf9fd3cdd1c25a9420bccd380 (patch)
tree8fc6396e340bdc9fb38c90569dafa1abb34080d4 /arch/x86/Kconfig
parentd0cd7425fab774a480cce17c2f649984312d0b55 (diff)
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/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 683ae8f9bd0b..d3590008c5dc 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1326,7 +1326,7 @@ config X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK
1326 Set whether the default state of memory_corruption_check is 1326 Set whether the default state of memory_corruption_check is
1327 on or off. 1327 on or off.
1328 1328
1329config X86_LOW_RESERVE 1329config X86_RESERVE_LOW
1330 int "Amount of low memory, in kilobytes, to reserve for the BIOS" 1330 int "Amount of low memory, in kilobytes, to reserve for the BIOS"
1331 default 64 1331 default 64
1332 range 4 640 1332 range 4 640