aboutsummaryrefslogtreecommitdiff
path: root/init/Kconfig
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-07-03 08:44:03 -0500
committerSteven Rostedt <rostedt@goodmis.org>2014-10-31 10:54:17 -0400
commit9f5233f0688325b7571dd4ac8dc4b1cbe9609278 (patch)
treedaa93c55c59483baca491a773afba6a198054153 /init/Kconfig
parent186e283bd88494b0d28daaf609dc85608f8c088f (diff)
mm: Allow only slub on RT
Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 93c5ef0c5210..3f214fcb5f47 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1563,6 +1563,7 @@ choice
config SLAB
bool "SLAB"
+ depends on !PREEMPT_RT_FULL
help
The regular slab allocator that is established and known to work
well in all environments. It organizes cache hot objects in
@@ -1581,6 +1582,7 @@ config SLUB
config SLOB
depends on EXPERT
bool "SLOB (Simple Allocator)"
+ depends on !PREEMPT_RT_FULL
help
SLOB replaces the stock allocator with a drastically simpler
allocator. SLOB is generally more space efficient but