diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2006-06-09 02:46:51 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2006-06-09 02:46:51 +0000 |
| commit | 2e2a71f0c091b2fb2a5347634960a95e29d6081a (patch) | |
| tree | 22b661916bf9c8d5dc3f224786c7057b093a221a /openwrt/target/linux/xscale-2.6 | |
| parent | f70512e5900733804bed0472142174f026cb21e7 (diff) | |
| download | mtk-20170518-2e2a71f0c091b2fb2a5347634960a95e29d6081a.zip mtk-20170518-2e2a71f0c091b2fb2a5347634960a95e29d6081a.tar.gz mtk-20170518-2e2a71f0c091b2fb2a5347634960a95e29d6081a.tar.bz2 | |
enable slab, disable slob - for better performance (#583)
SVN-Revision: 3925
Diffstat (limited to 'openwrt/target/linux/xscale-2.6')
| -rw-r--r-- | openwrt/target/linux/xscale-2.6/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/target/linux/xscale-2.6/config b/openwrt/target/linux/xscale-2.6/config index 92d4657..f908945 100644 --- a/openwrt/target/linux/xscale-2.6/config +++ b/openwrt/target/linux/xscale-2.6/config @@ -45,10 +45,10 @@ CONFIG_CC_ALIGN_FUNCTIONS=0 CONFIG_CC_ALIGN_LABELS=0 CONFIG_CC_ALIGN_LOOPS=0 CONFIG_CC_ALIGN_JUMPS=0 -# CONFIG_SLAB is not set +CONFIG_SLAB=y CONFIG_TINY_SHMEM=y CONFIG_BASE_SMALL=0 -CONFIG_SLOB=y +# CONFIG_SLOB is not set CONFIG_OBSOLETE_INTERMODULE=y # |
