aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-07-26 10:08:13 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-07-26 10:08:13 +0100
commitb296701bb288ae3a0549422c50ea2a79870dd840 (patch)
treed88c789de373f03664b6e2d1ef9d9532ea4b8226
parent54f2a51531cea1560d15ccdde39d79587a15a222 (diff)
downloadxen-b296701bb288ae3a0549422c50ea2a79870dd840.tar.gz
xen-b296701bb288ae3a0549422c50ea2a79870dd840.tar.bz2
xen-b296701bb288ae3a0549422c50ea2a79870dd840.zip
[LINUX] Disable configuration of ARCH_SPARSEMEM_ENABLE on x86/64.
Signed-off-by: Keir Fraser <keir@xensource.com>
-rw-r--r--linux-2.6-xen-sparse/arch/x86_64/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-2.6-xen-sparse/arch/x86_64/Kconfig b/linux-2.6-xen-sparse/arch/x86_64/Kconfig
index 968178f6af..45d8302cb4 100644
--- a/linux-2.6-xen-sparse/arch/x86_64/Kconfig
+++ b/linux-2.6-xen-sparse/arch/x86_64/Kconfig
@@ -330,7 +330,7 @@ config ARCH_DISCONTIGMEM_DEFAULT
config ARCH_SPARSEMEM_ENABLE
def_bool y
- depends on (NUMA || EXPERIMENTAL)
+ depends on (NUMA || EXPERIMENTAL) && !X86_64_XEN
config ARCH_MEMORY_PROBE
def_bool y