aboutsummaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2012-10-25 10:32:35 +0100
committerGary S. Robertson <gary.robertson@linaro.org>2014-05-07 08:55:56 -0500
commit5b3e48230b2363950828683d49d4709962e526c5 (patch)
tree1d8908a6c11549b216adec524a31151997755a53 /init
parent1325f44b43710ae81aacc137a1a85028029346db (diff)
mm: Enable SLUB for RT
Make SLUB RT aware and remove the restriction in Kconfig. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index afc73a174f0b..d333ffd4f244 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1548,7 +1548,6 @@ config SLAB
config SLUB
bool "SLUB (Unqueued Allocator)"
- depends on !PREEMPT_RT_FULL
help
SLUB is a slab allocator that minimizes cache line usage
instead of managing queues of cached objects (SLAB approach).