From 9d41b1731d8dc744d7421b587250367aac6d289a Mon Sep 17 00:00:00 2001 From: Matteo Croce Date: Mon, 7 Apr 2008 14:03:07 +0000 Subject: [PATCH] ar7: use SLUB allocator, it gives slighty more TCP throughput SVN-Revision: 10758 --- target/linux/ar7/config-2.6.24 | 3 +++ 1 file changed, 3 insertions(+) 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