summaryrefslogtreecommitdiffstats
path: root/arch/ia64/Kconfig
diff options
context:
space:
mode:
authorChristoph Lameter2007-02-10 10:43:11 +0100
committerLinus Torvalds2007-02-11 19:51:18 +0100
commit09ae1f585e9def652cdb1d0484611d4f4dc2d5fd (patch)
treed759e739ae0a8ba72f20938d5ac8c19dac76acba /arch/ia64/Kconfig
parent[PATCH] optional ZONE_DMA: optional ZONE_DMA in the VM (diff)
downloadkernel-qcow2-linux-09ae1f585e9def652cdb1d0484611d4f4dc2d5fd.tar.gz
kernel-qcow2-linux-09ae1f585e9def652cdb1d0484611d4f4dc2d5fd.tar.xz
kernel-qcow2-linux-09ae1f585e9def652cdb1d0484611d4f4dc2d5fd.zip
[PATCH] optional ZONE_DMA: optional ZONE_DMA for ia64
ZONE_DMA less operation for IA64 SGI platform Disable ZONE_DMA for SGI SN2. All memory is addressable by all devices and we do not need any special memory pool. Signed-off-by: Christoph Lameter <clameter@sgi.com> Cc: "Luck, Tony" <tony.luck@intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r--arch/ia64/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig
index 549ead597934..db185f34e341 100644
--- a/arch/ia64/Kconfig
+++ b/arch/ia64/Kconfig
@@ -25,8 +25,8 @@ config 64BIT
default y
config ZONE_DMA
- bool
- default y
+ def_bool y
+ depends on !IA64_SGI_SN2
config MMU
bool