summaryrefslogtreecommitdiffstats
path: root/patches/0187-rcu-more-fallout.patch.patch
blob: bc2a4f6faeb4d494144b790e3ebd1c991a040bc5 (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
30
From 6bf7faf6903304fdbeb762e399fc79c384a7a188 Mon Sep 17 00:00:00 2001
From: Thomas Gleixner <tglx@linutronix.de>
Date: Mon, 14 Nov 2011 10:57:54 +0100
Subject: [PATCH 187/274] rcu-more-fallout.patch

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
 kernel/rcutiny.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/kernel/rcutiny.c b/kernel/rcutiny.c
index 37a5444..fc581fb 100644
--- a/kernel/rcutiny.c
+++ b/kernel/rcutiny.c
@@ -368,6 +368,7 @@ void call_rcu_sched(struct rcu_head *head, void (*func)(struct rcu_head *rcu))
 }
 EXPORT_SYMBOL_GPL(call_rcu_sched);
 
+#ifndef CONFIG_PREEMPT_RT_FULL
 /*
  * Post an RCU bottom-half callback to be invoked after any subsequent
  * quiescent state.
@@ -377,3 +378,4 @@ void call_rcu_bh(struct rcu_head *head, void (*func)(struct rcu_head *rcu))
 	__call_rcu(head, func, &rcu_bh_ctrlblk);
 }
 EXPORT_SYMBOL_GPL(call_rcu_bh);
+#endif
-- 
1.7.10.4