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>2014-05-14 18:38:05 (GMT)
commit8abe2a42176457bbed0253232d353ecbd9512a07 (patch)
tree5f80f537bb56c573067710a5fad623a1c1431af7 /init
parentb4aebb2384e33c94d4c8ce501a9f5acac072bd8a (diff)
downloadlinux-fsl-qoriq-8abe2a42176457bbed0253232d353ecbd9512a07.tar.xz
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')
-rw-r--r--init/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index d42dc7c..b0d9452 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1582,6 +1582,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
@@ -1600,6 +1601,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