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 | 7cd883e6713f8a2dd970f75a5d0fd4c8b2190872 (patch) | |
| tree | 6fe2e691dc26a4caa4f55eb94bf367be31a1ad6b | |
| parent | 4615af9dd3875b70c9a3a1db814afa2f2e4bb63d (diff) | |
| download | mtk-20170518-7cd883e6713f8a2dd970f75a5d0fd4c8b2190872.zip mtk-20170518-7cd883e6713f8a2dd970f75a5d0fd4c8b2190872.tar.gz mtk-20170518-7cd883e6713f8a2dd970f75a5d0fd4c8b2190872.tar.bz2 | |
enable slab, disable slob - for better performance (#583)
SVN-Revision: 3925
| -rw-r--r-- | openwrt/target/linux/aruba-2.6/config | 4 | ||||
| -rw-r--r-- | openwrt/target/linux/brcm-2.6/config | 4 | ||||
| -rw-r--r-- | openwrt/target/linux/sibyte-2.6/config | 4 | ||||
| -rw-r--r-- | openwrt/target/linux/x86-2.6/config | 4 | ||||
| -rw-r--r-- | openwrt/target/linux/xscale-2.6/config | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/openwrt/target/linux/aruba-2.6/config b/openwrt/target/linux/aruba-2.6/config index 3862723..d49ea05 100644 --- a/openwrt/target/linux/aruba-2.6/config +++ b/openwrt/target/linux/aruba-2.6/config @@ -169,10 +169,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 is not set CONFIG_BASE_SMALL=0 -CONFIG_SLOB=y +# CONFIG_SLOB is not set CONFIG_OBSOLETE_INTERMODULE=y # diff --git a/openwrt/target/linux/brcm-2.6/config b/openwrt/target/linux/brcm-2.6/config index a916628..4a5d98c 100644 --- a/openwrt/target/linux/brcm-2.6/config +++ b/openwrt/target/linux/brcm-2.6/config @@ -168,10 +168,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 is not set CONFIG_BASE_SMALL=0 -CONFIG_SLOB=y +# CONFIG_SLOB is not set CONFIG_OBSOLETE_INTERMODULE=y # diff --git a/openwrt/target/linux/sibyte-2.6/config b/openwrt/target/linux/sibyte-2.6/config index 221d833..3c5587f 100644 --- a/openwrt/target/linux/sibyte-2.6/config +++ b/openwrt/target/linux/sibyte-2.6/config @@ -191,10 +191,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 is not set CONFIG_BASE_SMALL=0 -CONFIG_SLOB=y +# CONFIG_SLOB is not set CONFIG_OBSOLETE_INTERMODULE=y # diff --git a/openwrt/target/linux/x86-2.6/config b/openwrt/target/linux/x86-2.6/config index 39fcb76..8bd2cee 100644 --- a/openwrt/target/linux/x86-2.6/config +++ b/openwrt/target/linux/x86-2.6/config @@ -49,10 +49,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 is not set CONFIG_BASE_SMALL=0 -CONFIG_SLOB=y +# CONFIG_SLOB is not set # # Loadable module support 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 # |
