diff options
Diffstat (limited to 'kernel/rcu/tiny.c')
-rw-r--r-- | kernel/rcu/tiny.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rcu/tiny.c b/kernel/rcu/tiny.c index 0c9a934cfec1..1254f312d024 100644 --- a/kernel/rcu/tiny.c +++ b/kernel/rcu/tiny.c | |||
@@ -181,7 +181,7 @@ EXPORT_SYMBOL_GPL(rcu_irq_enter); | |||
181 | /* | 181 | /* |
182 | * Test whether RCU thinks that the current CPU is idle. | 182 | * Test whether RCU thinks that the current CPU is idle. |
183 | */ | 183 | */ |
184 | bool __rcu_is_watching(void) | 184 | bool notrace __rcu_is_watching(void) |
185 | { | 185 | { |
186 | return rcu_dynticks_nesting; | 186 | return rcu_dynticks_nesting; |
187 | } | 187 | } |