aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorChristoph Lameter <clameter@sgi.com>2007-07-17 07:03:32 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-07-17 13:23:02 -0400
commita0acd820807680d2ccc4ef3448387fcdbf152c73 (patch)
tree14183c1696a3e7db852004f90390b7773d0d8811 /init
parent8ab1372fac5684de56c68f0da1ddc90e1c4ce740 (diff)
Make SLUB the default allocator
There are some reports that 2.6.22 has SLUB as the default. Not true! This will make SLUB the default for 2.6.23. 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 'init')
-rw-r--r--init/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 0b0e29ed82d1..e2056828dc64 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -546,7 +546,7 @@ config SLUB_DEBUG
546 546
547choice 547choice
548 prompt "Choose SLAB allocator" 548 prompt "Choose SLAB allocator"
549 default SLAB 549 default SLUB
550 help 550 help
551 This option allows to select a slab allocator. 551 This option allows to select a slab allocator.
552 552