From d4d95b188984a3629e8e57a449662cd3f423dd12 Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 9 Jun 2006 02:46:51 +0000 Subject: enable slab, disable slob - for better performance (#583) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3925 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/target/linux/x86-2.6/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openwrt/target/linux/x86-2.6/config') diff --git a/openwrt/target/linux/x86-2.6/config b/openwrt/target/linux/x86-2.6/config index 39fcb764f..8bd2cee89 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 -- cgit v1.2.3