summaryrefslogtreecommitdiffstats
path: root/arch/ia64/Kconfig
diff options
context:
space:
mode:
authorChristoph Lameter2007-05-11 07:42:53 +0200
committerTony Luck2007-05-11 18:40:00 +0200
commit2bd62a40f63bd628c43a2f3637b252d0967659b0 (patch)
tree73b5dbda741421812f487ff0a9b753109fb105b4 /arch/ia64/Kconfig
parent[IA64] fix Kprobes reentrancy (diff)
downloadkernel-qcow2-linux-2bd62a40f63bd628c43a2f3637b252d0967659b0.tar.gz
kernel-qcow2-linux-2bd62a40f63bd628c43a2f3637b252d0967659b0.tar.xz
kernel-qcow2-linux-2bd62a40f63bd628c43a2f3637b252d0967659b0.zip
[IA64] Quicklist support for IA64
IA64 is the origin of the quicklist implementation. So cut out the pieces that are now in core code and modify the functions called. Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r--arch/ia64/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig
index 6e41471449c0..de1bff659969 100644
--- a/arch/ia64/Kconfig
+++ b/arch/ia64/Kconfig
@@ -31,6 +31,10 @@ config ZONE_DMA
def_bool y
depends on !IA64_SGI_SN2
+config QUICKLIST
+ bool
+ default y
+
config MMU
bool
default y