diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2012-10-25 09:32:35 (GMT) |
---|---|---|
committer | Emil Medve <Emilian.Medve@Freescale.com> | 2013-05-26 07:14:08 (GMT) |
commit | be0a89610d73203325417263302b60cefaac3707 (patch) | |
tree | 5fe9830de1087c42d2d98e1a9b560d6b36bb7427 /init | |
parent | c9413d2cc57cddcf3ddd4b8bba5474780f6c122d (diff) | |
download | linux-fsl-qoriq-be0a89610d73203325417263302b60cefaac3707.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/Kconfig | 1 |
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). |