summaryrefslogtreecommitdiffstats
path: root/mm-Allow-only-slab-on-RT.patch
blob: 844f422bcaa39001deb1b461901a6ff6e7a5ad2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From f032845cf1f160b05480228da1aa70e810d07e94 Mon Sep 17 00:00:00 2001
From: Ingo Molnar <mingo@elte.hu>
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 <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
---
 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