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 | df761fe7356358bc498918b7afa668ae9dab5423 (patch) | |
| tree | 0b53dac0b6772012d08e4e2e8ea15c37c0118884 /target/linux | |
| parent | 123fabcbaf58d48464119df14be9ba22550f2eba (diff) | |
| download | upstream-df761fe7356358bc498918b7afa668ae9dab5423.tar.gz upstream-df761fe7356358bc498918b7afa668ae9dab5423.tar.bz2 upstream-df761fe7356358bc498918b7afa668ae9dab5423.zip | |
enable slab, disable slob - for better performance (#583)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3925 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
| -rw-r--r-- | target/linux/aruba-2.6/config | 4 | ||||
| -rw-r--r-- | target/linux/brcm-2.6/config | 4 | ||||
| -rw-r--r-- | target/linux/sibyte-2.6/config | 4 | ||||
| -rw-r--r-- | target/linux/x86-2.6/config | 4 | ||||
| -rw-r--r-- | target/linux/xscale-2.6/config | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/target/linux/aruba-2.6/config b/target/linux/aruba-2.6/config index 386272371aa..d49ea058ebb 100644 --- a/target/linux/aruba-2.6/config +++ b/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/target/linux/brcm-2.6/config b/target/linux/brcm-2.6/config index a916628c42d..4a5d98c095e 100644 --- a/target/linux/brcm-2.6/config +++ b/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/target/linux/sibyte-2.6/config b/target/linux/sibyte-2.6/config index 221d833b89f..3c5587fd77a 100644 --- a/target/linux/sibyte-2.6/config +++ b/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/target/linux/x86-2.6/config b/target/linux/x86-2.6/config index 39fcb764fbb..8bd2cee89c2 100644 --- a/target/linux/x86-2.6/config +++ b/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/target/linux/xscale-2.6/config b/target/linux/xscale-2.6/config index 92d4657e3e9..f908945f1db 100644 --- a/target/linux/xscale-2.6/config +++ b/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 # |
