diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-07-03 08:44:03 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2009-07-29 23:30:43 +0200 |
commit | 8214e2fa9466234119ede2378403f065733d67f2 (patch) | |
tree | dd7567520fcb60dcd00c7a60e67fd65c848a38db /init | |
parent | b056c23ea69a28dac3b97e9296cac895e0fcc386 (diff) | |
download | lwn-8214e2fa9466234119ede2378403f065733d67f2.tar.gz lwn-8214e2fa9466234119ede2378403f065733d67f2.zip |
mm: Allow only slab on RT
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index c6035d4ab646..28d331f8ddbb 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1032,6 +1032,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). |