[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20060802205533.CBD06E21@localhost.localdomain>
Date: Wed, 02 Aug 2006 13:55:33 -0700
From: Dave Hansen <haveblue@...ibm.com>
To: linux-mm@...ck.org
Cc: linux-kernel@...r.kernel.org, Dave Hansen <haveblue@...ibm.com>
Subject: [RFC][PATCH] enable VMSPLIT for highmem kernels
---
lxc-dave/arch/i386/Kconfig | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
diff -puN arch/i386/Kconfig~split-for-pae arch/i386/Kconfig
--- lxc/arch/i386/Kconfig~split-for-pae 2006-08-02 12:58:55.000000000 -0700
+++ lxc-dave/arch/i386/Kconfig 2006-08-02 13:02:55.000000000 -0700
@@ -497,7 +497,7 @@ config HIGHMEM64G
endchoice
choice
- depends on EXPERIMENTAL && !X86_PAE
+ depends on EXPERIMENTAL
prompt "Memory split" if EMBEDDED
default VMSPLIT_3G
help
@@ -519,6 +519,7 @@ choice
config VMSPLIT_3G
bool "3G/1G user/kernel split"
config VMSPLIT_3G_OPT
+ depends on !HIGHMEM
bool "3G/1G user/kernel split (for full 1G low memory)"
config VMSPLIT_2G
bool "2G/2G user/kernel split"
_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists