Author: nbd Date: 2016-01-21 17:08:15 +0100 (Thu, 21 Jan 2016) New Revision: 48442
Modified: trunk/target/linux/generic/config-4.4 Log: kernel: switch to SLUB by default in 4.4 (for improved performance) Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/target/linux/generic/config-4.4 =================================================================== --- trunk/target/linux/generic/config-4.4 2016-01-21 15:59:39 UTC (rev 48441) +++ trunk/target/linux/generic/config-4.4 2016-01-21 16:08:15 UTC (rev 48442) @@ -3619,14 +3619,16 @@ # CONFIG_SKGE is not set # CONFIG_SKY2 is not set # CONFIG_SKY2_DEBUG is not set -CONFIG_SLAB=y +# CONFIG_SLAB is not set CONFIG_SLABINFO=y # CONFIG_SLHC is not set # CONFIG_SLICOSS is not set # CONFIG_SLIP is not set # CONFIG_SLOB is not set -# CONFIG_SLUB is not set +CONFIG_SLUB=y +CONFIG_SLUB_CPU_PARTIAL=y # CONFIG_SLUB_DEBUG is not set +# CONFIG_SLUB_DEBUG_ON is not set # CONFIG_SLUB_STATS is not set # CONFIG_SMARTJOYPLUS_FF is not set # CONFIG_SMC911X is not set _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
