summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-07-19 15:35:48 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-07-19 15:35:48 +0000
commitb86519d5f218b7a391b8a08fecf8e100375eb93c (patch)
treed29c61020528c6b56040e57909a56a6ede43b7b0 /target
parentaa4381afeafdbdf6cb4c152103248ccbd9e1d403 (diff)
[ppc40x] use SLUB allocator by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16920 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 338d4febd..62f69fc05 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 a103bf735..d64d7838f 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