summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-07-03 08:44:03 -0500
committerClark Williams <williams@redhat.com>2012-04-11 11:07:32 -0500
commit4fd4de876e84ef1d1030b24dd9fba0a4b353db0d (patch)
tree1f386bcce92fe0102469f4d295a0e3d725c8daa9 /init
parentab0435d97bd7b1cde70decdd990889dd33a438e3 (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 6cfd71d06463..7c0b369b3b74 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1265,6 +1265,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).
@@ -1276,6 +1277,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