From f032845cf1f160b05480228da1aa70e810d07e94 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Fri, 3 Jul 2009 08:44:03 -0500 Subject: [PATCH] mm: Allow only slab on RT commit 8214e2fa9466234119ede2378403f065733d67f2 in tip. Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner Signed-off-by: Paul Gortmaker --- init/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/init/Kconfig b/init/Kconfig index c1fa035..a50d3ea 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1055,6 +1055,7 @@ config SLAB config SLUB bool "SLUB (Unqueued Allocator)" + depends on !PREEMPT_RT help SLUB is a slab allocator that minimizes cache line usage instead of managing queues of cached objects (SLAB approach). -- 1.7.0.4