summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-07-03 08:44:03 -0500
committerThomas Gleixner <tglx@linutronix.de>2009-07-29 23:30:43 +0200
commit8214e2fa9466234119ede2378403f065733d67f2 (patch)
treedd7567520fcb60dcd00c7a60e67fd65c848a38db /init
parentb056c23ea69a28dac3b97e9296cac895e0fcc386 (diff)
downloadlwn-8214e2fa9466234119ede2378403f065733d67f2.tar.gz
lwn-8214e2fa9466234119ede2378403f065733d67f2.zip
mm: Allow only slab on RT
Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index c6035d4ab646..28d331f8ddbb 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1032,6 +1032,7 @@ config SLAB
config SLUB
bool "SLUB (Unqueued Allocator)"
+ depends on !PREEMPT_RT
help
SLUB is a slab allocator that minimizes cache line usage
instead of managing queues of cached objects (SLAB approach).