From e6a76234a46d3f0688236b3d6ef6f18232c69554 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 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 -- cgit v0.10.2