diff options
author | Matteo Croce <rootkit85@yahoo.it> | 2008-04-07 14:03:07 +0000 |
---|---|---|
committer | Matteo Croce <rootkit85@yahoo.it> | 2008-04-07 14:03:07 +0000 |
commit | 9d41b1731d8dc744d7421b587250367aac6d289a (patch) | |
tree | 33b991e5aa379fa86dd0c38d50b764cc3934a79b /target/linux/ar7 | |
parent | d84f27f264dbeaa74cc47f84ec7e6bc990072c9f (diff) | |
download | upstream-9d41b1731d8dc744d7421b587250367aac6d289a.tar.gz upstream-9d41b1731d8dc744d7421b587250367aac6d289a.tar.bz2 upstream-9d41b1731d8dc744d7421b587250367aac6d289a.zip |
ar7: use SLUB allocator, it gives slighty more TCP throughput
SVN-Revision: 10758
Diffstat (limited to 'target/linux/ar7')
-rw-r--r-- | target/linux/ar7/config-2.6.24 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar7/config-2.6.24 b/target/linux/ar7/config-2.6.24 index d059210dc0..1123b33ecd 100644 --- a/target/linux/ar7/config-2.6.24 +++ b/target/linux/ar7/config-2.6.24 @@ -167,7 +167,10 @@ CONFIG_SCSI_WAIT_SCAN=m # CONFIG_SIBYTE_RHONE is not set # CONFIG_SIBYTE_SENTOSA is not set # CONFIG_SIBYTE_SWARM is not set +# CONFIG_SLAB is not set CONFIG_SLABINFO=y +CONFIG_SLUB=y +# CONFIG_SLUB_DEBUG is not set # CONFIG_SMSC_PHY is not set # CONFIG_SOFT_WATCHDOG is not set # CONFIG_SPARSEMEM_STATIC is not set |