Re: [OpenWrt-Devel] [Patch] SLUB allocator

2008-08-05 Thread Felix Fietkau
Dirk Nehring wrote:
> Hi,
> 
> the SLUB allocator is included in the official kernel since 2.6.22,
> smaller footprint, better performance and the standard allocator in
> "make defconfig". We should safely switch to this one.
Added in r12138

- Felix
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [Patch] SLUB allocator

2008-08-05 Thread Dirk Nehring
Hi,

the SLUB allocator is included in the official kernel since 2.6.22,
smaller footprint, better performance and the standard allocator in
"make defconfig". We should safely switch to this one.

Dirk

Index: target/linux/generic-2.6/config-2.6.26
===
--- target/linux/generic-2.6/config-2.6.26  (revision 12133)
+++ target/linux/generic-2.6/config-2.6.26  (working copy)
@@ -1371,11 +1371,11 @@
 # CONFIG_SK98LIN is not set
 # CONFIG_SKGE is not set
 # CONFIG_SKY2 is not set
-CONFIG_SLAB=y
+# CONFIG_SLAB is not set
 CONFIG_SLHC=m
 # CONFIG_SLIP is not set
 # CONFIG_SLOB is not set
-# CONFIG_SLUB is not set
+CONFIG_SLUB=y
 # CONFIG_SMB_FS is not set
 # CONFIG_SMB_NLS_DEFAULT is not set
 CONFIG_SND=m
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel