diff options
Diffstat (limited to 'kernel/rcutiny.c')
| -rw-r--r-- | kernel/rcutiny.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/kernel/rcutiny.c b/kernel/rcutiny.c index 37a5444204d2..547b1fe5b052 100644 --- a/kernel/rcutiny.c +++ b/kernel/rcutiny.c | |||
| @@ -172,7 +172,7 @@ void rcu_irq_enter(void) | |||
| 172 | local_irq_restore(flags); | 172 | local_irq_restore(flags); | 
| 173 | } | 173 | } | 
| 174 | 174 | ||
| 175 | #ifdef CONFIG_PROVE_RCU | 175 | #ifdef CONFIG_DEBUG_LOCK_ALLOC | 
| 176 | 176 | ||
| 177 | /* | 177 | /* | 
| 178 | * Test whether RCU thinks that the current CPU is idle. | 178 | * Test whether RCU thinks that the current CPU is idle. | 
| @@ -183,7 +183,7 @@ int rcu_is_cpu_idle(void) | |||
| 183 | } | 183 | } | 
| 184 | EXPORT_SYMBOL(rcu_is_cpu_idle); | 184 | EXPORT_SYMBOL(rcu_is_cpu_idle); | 
| 185 | 185 | ||
| 186 | #endif /* #ifdef CONFIG_PROVE_RCU */ | 186 | #endif /* #ifdef CONFIG_DEBUG_LOCK_ALLOC */ | 
| 187 | 187 | ||
| 188 | /* | 188 | /* | 
| 189 | * Test whether the current CPU was interrupted from idle. Nested | 189 | * Test whether the current CPU was interrupted from idle. Nested | 
