use SLUB allocator by default

SVN-Revision: 16920
This commit is contained in:
Gabor Juhos 2009-07-19 15:35:48 +00:00
parent 5066aab06b
commit 8cb5cc2a79
2 changed files with 4 additions and 0 deletions

View File

@ -185,7 +185,9 @@ CONFIG_SERIAL_8250_SHARE_IRQ=y
CONFIG_SERIAL_OF_PLATFORM=y CONFIG_SERIAL_OF_PLATFORM=y
# CONFIG_SERIAL_OF_PLATFORM_NWPSERIAL is not set # CONFIG_SERIAL_OF_PLATFORM_NWPSERIAL is not set
# CONFIG_SIMPLE_GPIO is not set # CONFIG_SIMPLE_GPIO is not set
# CONFIG_SLAB is not set
# CONFIG_SLOW_WORK is not set # CONFIG_SLOW_WORK is not set
CONFIG_SLUB=y
CONFIG_TASK_SIZE=0xc0000000 CONFIG_TASK_SIZE=0xc0000000
CONFIG_TICK_ONESHOT=y CONFIG_TICK_ONESHOT=y
CONFIG_TRACING_SUPPORT=y CONFIG_TRACING_SUPPORT=y

View File

@ -167,6 +167,8 @@ CONFIG_SERIAL_8250_EXTENDED=y
# CONFIG_SERIAL_8250_RSA is not set # CONFIG_SERIAL_8250_RSA is not set
CONFIG_SERIAL_8250_SHARE_IRQ=y CONFIG_SERIAL_8250_SHARE_IRQ=y
CONFIG_SERIAL_OF_PLATFORM=y CONFIG_SERIAL_OF_PLATFORM=y
# CONFIG_SLAB is not set
CONFIG_SLUB=y
CONFIG_TASK_SIZE=0xc0000000 CONFIG_TASK_SIZE=0xc0000000
CONFIG_TICK_ONESHOT=y CONFIG_TICK_ONESHOT=y
# CONFIG_VGASTATE is not set # CONFIG_VGASTATE is not set