summaryrefslogtreecommitdiff
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-07-10 12:08:41 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2008-07-10 12:08:41 +1000
commite90ff5e31f0dd07c756a503d44759b81c15a025d (patch)
tree3b80328c95bd139a7e4f331b75e769c95bac2803 /arch/x86/Kconfig
parent075b3093c1fd4f53a8acda7695651e9dc147b7f2 (diff)
parenta52cad790b1c255c6b291a781b2514f7a1488be1 (diff)
Merge commit 'kbuild/master'
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index b7577dfc24de..84ae622a50d9 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -917,11 +917,11 @@ endchoice
config PAGE_OFFSET
hex
- default 0xB0000000 if VMSPLIT_3G_OPT
+ default 0xb0000000 if VMSPLIT_3G_OPT
default 0x80000000 if VMSPLIT_2G
default 0x78000000 if VMSPLIT_2G_OPT
default 0x40000000 if VMSPLIT_1G
- default 0xC0000000
+ default 0xc0000000
depends on X86_32
config HIGHMEM