diff options
author | Pranith Kumar <bobby.prani@gmail.com> | 2014-07-15 18:31:47 -0400 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2014-09-07 19:18:15 -0400 |
commit | fafb6e843f229a6e842a22773f16d93194ca06e4 (patch) | |
tree | 505415697bbf8777af209062bbb552284713f9be | |
parent | a8a29b3b7b18251c4e3ffce501f25ae868302a75 (diff) |
rcu: Update tiny.c references to tree.c
This commit updates the references to rcutree.c which is now rcu/tree.c
Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
-rw-r--r-- | kernel/rcu/tiny.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/rcu/tiny.c b/kernel/rcu/tiny.c index d9efcc13008c..6bd785c34add 100644 --- a/kernel/rcu/tiny.c +++ b/kernel/rcu/tiny.c | |||
@@ -51,7 +51,7 @@ static long long rcu_dynticks_nesting = DYNTICK_TASK_EXIT_IDLE; | |||
51 | 51 | ||
52 | #include "tiny_plugin.h" | 52 | #include "tiny_plugin.h" |
53 | 53 | ||
54 | /* Common code for rcu_idle_enter() and rcu_irq_exit(), see kernel/rcutree.c. */ | 54 | /* Common code for rcu_idle_enter() and rcu_irq_exit(), see kernel/rcu/tree.c. */ |
55 | static void rcu_idle_enter_common(long long newval) | 55 | static void rcu_idle_enter_common(long long newval) |
56 | { | 56 | { |
57 | if (newval) { | 57 | if (newval) { |
@@ -114,7 +114,7 @@ void rcu_irq_exit(void) | |||
114 | } | 114 | } |
115 | EXPORT_SYMBOL_GPL(rcu_irq_exit); | 115 | EXPORT_SYMBOL_GPL(rcu_irq_exit); |
116 | 116 | ||
117 | /* Common code for rcu_idle_exit() and rcu_irq_enter(), see kernel/rcutree.c. */ | 117 | /* Common code for rcu_idle_exit() and rcu_irq_enter(), see kernel/rcu/tree.c. */ |
118 | static void rcu_idle_exit_common(long long oldval) | 118 | static void rcu_idle_exit_common(long long oldval) |
119 | { | 119 | { |
120 | if (oldval) { | 120 | if (oldval) { |