aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/Kconfig
diff options
context:
space:
mode:
authorChristoph Lameter <clameter@sgi.com>2007-05-12 14:15:24 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-05-12 14:26:22 -0400
commitf1d1a842d85acf34dd185027cb2c9b4fd13130ef (patch)
tree99ec45adca911aeb145a56d75a213ebb900b2175 /arch/i386/Kconfig
parent8df767dd759c1390f604814ee5b2d1489f9a59f7 (diff)
SLUB: i386 support
SLUB cannot run on i386 at this point because i386 uses the page->private and page->index field of slab pages for the pgd cache. Make SLUB run on i386 by replacing the pgd slab cache with a quicklist. Limit the changes as much as possible. Leave the improvised linked list in place etc etc. This has been working here for a couple of weeks now. Acked-by: William Lee Irwin III <wli@holomorphy.com> Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/i386/Kconfig')
-rw-r--r--arch/i386/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig
index 30944ee2e61..c2d54b80223 100644
--- a/arch/i386/Kconfig
+++ b/arch/i386/Kconfig
@@ -55,6 +55,10 @@ config ZONE_DMA
55 bool 55 bool
56 default y 56 default y
57 57
58config QUICKLIST
59 bool
60 default y
61
58config SBUS 62config SBUS
59 bool 63 bool
60 64
@@ -79,10 +83,6 @@ config ARCH_MAY_HAVE_PC_FDC
79 bool 83 bool
80 default y 84 default y
81 85
82config ARCH_USES_SLAB_PAGE_STRUCT
83 bool
84 default y
85
86config DMI 86config DMI
87 bool 87 bool
88 default y 88 default y