When in PAE mode we require that the user kernel divide to be on a 1G boundary. The 2G/2G split does not have that property so require !X86_PAE Signed-off-by: Eric W. Biederman <[email protected]> --- arch/i386/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 1a94a73..80003de 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig @@ -570,6 +570,7 @@ choice depends on !HIGHMEM bool "3G/1G user/kernel split (for full 1G low memory)" config VMSPLIT_2G + depends on !X86_PAE bool "2G/2G user/kernel split" config VMSPLIT_1G bool "1G/3G user/kernel split" -- 1.5.1.1.181.g2de0 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- [PATCH 08/12] i386: Convert the boot time page tables to the kernels native format.
- From: [email protected] (Eric W. Biederman)
- Re: [PATCH 07/12] i386: Add missing !X86_PAE dependincy to the 2G/2G split.
- From: "H. Peter Anvin" <[email protected]>
- [PATCH 08/12] i386: Convert the boot time page tables to the kernels native format.
- References:
- [PATCH 0/12] Early USB debug port and i386 boot cleanups
- From: [email protected] (Eric W. Biederman)
- [PATCH 01/12] x86_64: Allow fixmaps to be used with the initial page table.
- From: [email protected] (Eric W. Biederman)
- [PATCH 02/12] i386 head.S: Remove unnecessary use of %ebx as the boot cpu flag
- From: [email protected] (Eric W. Biederman)
- [PATCH 03/12] i386 head.S: Always run the full set of paging state
- From: [email protected] (Eric W. Biederman)
- [PATCH 04/12] i386 voyager: Use modern techniques to setup and teardown low identiy mappings.
- From: [email protected] (Eric W. Biederman)
- [PATCH 05/12] i386: During page table initialization always set the leaf page table entries.
- From: [email protected] (Eric W. Biederman)
- [PATCH 06/12] i386: Minimum cpu detection cleanups.
- From: [email protected] (Eric W. Biederman)
- [PATCH 0/12] Early USB debug port and i386 boot cleanups
- Prev by Date: Re: [linux-dvb] Re: Critical points about kernel 2.6.21 and pseudo-authorities
- Next by Date: Re: [PATCH] 9p: create separate 9p client interface
- Previous by thread: [PATCH 06/12] i386: Minimum cpu detection cleanups.
- Next by thread: Re: [PATCH 07/12] i386: Add missing !X86_PAE dependincy to the 2G/2G split.
- Index(es):