mm: Select SLAB allocator again

Although SLUB is currently the upstream default, this was set as an
experiment rather than a recommendation! SLUB generally has poorer
performance than SLAB on larger systems.

svn path=/dists/trunk/linux-2.6/; revision=17396
This commit is contained in:
Ben Hutchings 2011-05-13 12:35:48 +00:00
parent 34b03f6754
commit 31b74de3c8
2 changed files with 6 additions and 2 deletions

4
debian/changelog vendored
View File

@ -13,6 +13,10 @@ linux-2.6 (2.6.39~rc7-1~experimental.2) UNRELEASED; urgency=low
* [!x86] Disable TPM drivers. TPMs are currently only fitted in PCs.
* rt2800usb: Enable support for more USB devices including
Linksys WUSB600N (Closes: #596626)
* mm: Select SLAB allocator again. Although SLUB is currently the
upstream default, this was set as an experiment rather than a
recommendation! SLUB generally has poorer performance than SLAB on
larger systems.
-- maximilian attems <maks@debian.org> Tue, 10 May 2011 23:24:26 +0200

View File

@ -3442,8 +3442,8 @@ CONFIG_PERF_EVENTS=y
CONFIG_VM_EVENT_COUNTERS=y
# CONFIG_COMPAT_BRK is not set
## choice: Choose SLAB allocator
# CONFIG_SLAB is not set
CONFIG_SLUB=y
CONFIG_SLAB=y
# CONFIG_SLUB is not set
# CONFIG_SLOB is not set
## end choice
CONFIG_PROFILING=y