summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2012-10-25 09:32:35 (GMT)
committerScott Wood <scottwood@freescale.com>2013-04-04 22:09:39 (GMT)
commitbfb05712af4376b1189d5bbdccd8e39112a420d4 (patch)
tree8c45c80ec12beec774501c798a48a37d63600ecc /init
parentf2f21d88ff0dda6d5c48590bd8381c1daa9c5911 (diff)
downloadlinux-fsl-qoriq-bfb05712af4376b1189d5bbdccd8e39112a420d4.tar.xz
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 f6a406d..54b18f0 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1494,7 +1494,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).