projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ab1372
)
Make SLUB the default allocator
author
Christoph Lameter
<clameter@sgi.com>
Tue, 17 Jul 2007 11:03:32 +0000
(
04:03
-0700)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Tue, 17 Jul 2007 17:23:02 +0000
(10:23 -0700)
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>
init/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/init/Kconfig
b/init/Kconfig
index 0b0e29ed82d12456860e70484d5a73877d5ef7d3..e2056828dc64159474cf44b3037e5b2bda54663f 100644
(file)
--- a/
init/Kconfig
+++ b/
init/Kconfig
@@
-546,7
+546,7
@@
config SLUB_DEBUG
choice
prompt "Choose SLAB allocator"
- default SL
A
B
+ default SL
U
B
help
This option allows to select a slab allocator.