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>2015-02-13 22:20:26 (GMT)
commite6a76234a46d3f0688236b3d6ef6f18232c69554 (patch)
treee28bb4c4b6f61dd1170fdc37d1e106175da753b8 /init
parent1566f110793127f6d88ac654fa7a4c34a9d25ffc (diff)
downloadlinux-fsl-qoriq-e6a76234a46d3f0688236b3d6ef6f18232c69554.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 734aa01..65c0080 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1583,6 +1583,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
@@ -1601,6 +1602,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