From d0a5eefa8a8d0188cfa13f3474ae54c2b28e1f67 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Fri, 3 Jul 2009 08:44:03 -0500 Subject: mm: Allow only slub on RT Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner diff --git a/init/Kconfig b/init/Kconfig index 3ecd8a1..bf74b46 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1575,6 +1575,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 @@ -1593,6 +1594,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 -- cgit v0.10.2