diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-08-05 16:42:26 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-08-05 16:42:26 +0000 |
commit | a6d87b47b2bd987e9d7d36c44b7b03ee9e39ef08 (patch) | |
tree | 23405a4c616e02cc3fe7e96f5f40799f38c4d1bf | |
parent | 6c52a9b5c622c8522a39ef5809596de6ec1ef0d9 (diff) | |
download | upstream-a6d87b47b2bd987e9d7d36c44b7b03ee9e39ef08.tar.gz upstream-a6d87b47b2bd987e9d7d36c44b7b03ee9e39ef08.tar.bz2 upstream-a6d87b47b2bd987e9d7d36c44b7b03ee9e39ef08.zip |
switch to using the SLUB allocator by default in 2.6.26
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12138 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/generic-2.6/config-2.6.26 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic-2.6/config-2.6.26 b/target/linux/generic-2.6/config-2.6.26 index 7582e47d18..501dd4e795 100644 --- a/target/linux/generic-2.6/config-2.6.26 +++ b/target/linux/generic-2.6/config-2.6.26 @@ -1371,11 +1371,11 @@ CONFIG_SIGNALFD=y # CONFIG_SK98LIN is not set # CONFIG_SKGE is not set # CONFIG_SKY2 is not set -CONFIG_SLAB=y +# CONFIG_SLAB is not set CONFIG_SLHC=m # CONFIG_SLIP is not set # CONFIG_SLOB is not set -# CONFIG_SLUB is not set +CONFIG_SLUB=y # CONFIG_SMB_FS is not set # CONFIG_SMB_NLS_DEFAULT is not set CONFIG_SND=m |