summaryrefslogtreecommitdiff
path: root/target/linux/ppc40x
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-07-19 15:35:48 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-07-19 15:35:48 +0000
commit8cb5cc2a79dbf863e6bd186773e70bb95293b0df (patch)
treedfff5e5b0aa0157c8774dae37469bac0c7829b66 /target/linux/ppc40x
parent5066aab06b85d46c51fb17245ced63a65f48b8c3 (diff)
downloadmtk-20170518-8cb5cc2a79dbf863e6bd186773e70bb95293b0df.zip
mtk-20170518-8cb5cc2a79dbf863e6bd186773e70bb95293b0df.tar.gz
mtk-20170518-8cb5cc2a79dbf863e6bd186773e70bb95293b0df.tar.bz2
use SLUB allocator by default
SVN-Revision: 16920
Diffstat (limited to 'target/linux/ppc40x')
-rw-r--r--target/linux/ppc40x/config-2.6.302
-rw-r--r--target/linux/ppc40x/config-default2
2 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ppc40x/config-2.6.30 b/target/linux/ppc40x/config-2.6.30
index 338d4fe..62f69fc 100644
--- a/target/linux/ppc40x/config-2.6.30
+++ b/target/linux/ppc40x/config-2.6.30
@@ -185,7 +185,9 @@ CONFIG_SERIAL_8250_SHARE_IRQ=y
CONFIG_SERIAL_OF_PLATFORM=y
# CONFIG_SERIAL_OF_PLATFORM_NWPSERIAL is not set
# CONFIG_SIMPLE_GPIO is not set
+# CONFIG_SLAB is not set
# CONFIG_SLOW_WORK is not set
+CONFIG_SLUB=y
CONFIG_TASK_SIZE=0xc0000000
CONFIG_TICK_ONESHOT=y
CONFIG_TRACING_SUPPORT=y
diff --git a/target/linux/ppc40x/config-default b/target/linux/ppc40x/config-default
index a103bf7..d64d783 100644
--- a/target/linux/ppc40x/config-default
+++ b/target/linux/ppc40x/config-default
@@ -167,6 +167,8 @@ CONFIG_SERIAL_8250_EXTENDED=y
# CONFIG_SERIAL_8250_RSA is not set
CONFIG_SERIAL_8250_SHARE_IRQ=y
CONFIG_SERIAL_OF_PLATFORM=y
+# CONFIG_SLAB is not set
+CONFIG_SLUB=y
CONFIG_TASK_SIZE=0xc0000000
CONFIG_TICK_ONESHOT=y
# CONFIG_VGASTATE is not set