From 1fbaa25ce7b520fbfdac8cc1b00ebc838559b704 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sun, 19 Jul 2009 15:35:48 +0000 Subject: [PATCH] [ppc40x] use SLUB allocator by default SVN-Revision: 16920 --- target/linux/ppc40x/config-2.6.30 | 2 ++ target/linux/ppc40x/config-default | 2 ++ 2 files changed, 4 insertions(+) diff --git a/target/linux/ppc40x/config-2.6.30 b/target/linux/ppc40x/config-2.6.30 index 338d4febdb..62f69fc054 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 a103bf7351..d64d7838fb 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 -- 2.30.2