aboutsummaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-07-03 08:44:03 -0500
committerSteven Rostedt <rostedt@goodmis.org>2013-11-13 11:21:04 -0500
commita0bffbd5759ec4c672fa08030b99fc782e34af30 (patch)
treee0e1b70480b50c5340a7cc98871c18a2b4ee4677 /init
parent18fc870daf3e08312e4f2151306a2b5d4c4174c9 (diff)
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/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 2d9b83104dcf..c7f03d0421ad 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1541,6 +1541,7 @@ config SLAB
config SLUB
bool "SLUB (Unqueued Allocator)"
+ depends on !PREEMPT_RT_FULL
help
SLUB is a slab allocator that minimizes cache line usage
instead of managing queues of cached objects (SLAB approach).
@@ -1552,6 +1553,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