diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 53d6237..32356f2 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig @@ -578,7 +578,8 @@ endchoice config PAGE_OFFSET hex default 0xB0000000 if VMSPLIT_3G_OPT - default 0x78000000 if VMSPLIT_2G + default 0x78000000 if (VMSPLIT_2G && !X86_PAE) + default 0x80000000 if (VMSPLIT_2G && X86_PAE) default 0x40000000 if VMSPLIT_1G default 0xC0000000