summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-07-03 13:44:03 (GMT)
committerScott Wood <scottwood@freescale.com>2013-04-04 22:09:17 (GMT)
commit2b9dfcb4573cdfafe60172a19d8779b92010873f (patch)
tree10d40656ac3ed3d943c9fc100fa046b02521b724 /init
parent78cde0eb9514dee0954efe6f6cdbf082c952742b (diff)
downloadlinux-fsl-qoriq-2b9dfcb4573cdfafe60172a19d8779b92010873f.tar.xz
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 be8b7f5..fbc0785 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1493,6 +1493,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).
@@ -1504,6 +1505,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