[kernel] r8663 - dists/trunk/linux-2.6/debian/arch
Maximilian Attems
maks at alioth.debian.org
Mon May 21 15:01:05 UTC 2007
Author: maks
Date: Mon May 21 15:01:05 2007
New Revision: 8663
Log:
explicitly enable SLAB in topconfig,
once SLUB is proven we can switch.
bonus: small sorting benefit.
Modified:
dists/trunk/linux-2.6/debian/arch/config
Modified: dists/trunk/linux-2.6/debian/arch/config
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/config (original)
+++ dists/trunk/linux-2.6/debian/arch/config Mon May 21 15:01:05 2007
@@ -36,6 +36,10 @@
CONFIG_EPOLL=y
CONFIG_SHMEM=y
CONFIG_VM_EVENT_COUNTERS=y
+CONFIG_SLAB=y
+# CONFIG_SLUB is not set
+# CONFIG_SLOB is not set
+CONFIG_RT_MUTEXES=y
# CONFIG_TINY_SHMEM is not set
CONFIG_BASE_SMALL=0
@@ -907,7 +911,6 @@
CONFIG_PLIST=y
CONFIG_W1_CON=y
CONFIG_INOTIFY_USER=y
-CONFIG_RT_MUTEXES=y
CONFIG_RTC_DRV_V3020=m
CONFIG_INFINIBAND_ADDR_TRANS=y
CONFIG_ACPI_DOCK=m
More information about the Kernel-svn-changes
mailing list