Skip to content

Commit

Permalink
Make SLUB the default allocator
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Christoph Lameter authored and Linus Torvalds committed Jul 17, 2007
1 parent 8ab1372 commit a0acd82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ config SLUB_DEBUG

choice
prompt "Choose SLAB allocator"
default SLAB
default SLUB
help
This option allows to select a slab allocator.

Expand Down

0 comments on commit a0acd82

Please sign in to comment.