Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312193
b: refs/heads/master
c: d711817
h: refs/heads/master
i:
  312191: 8a56910
v: v3
  • Loading branch information
Paul E. McKenney authored and Paul E. McKenney committed Jul 2, 2012
1 parent c1299f1 commit 2ec90c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 29154c57e35a191c83b19c61b1935c9f21957662
refs/heads/master: d7118175cce7e76b3292b60832813ef1f28b6523
4 changes: 2 additions & 2 deletions trunk/kernel/rcutiny.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ void rcu_irq_enter(void)
local_irq_restore(flags);
}

#ifdef CONFIG_PROVE_RCU
#ifdef CONFIG_DEBUG_LOCK_ALLOC

/*
* Test whether RCU thinks that the current CPU is idle.
Expand All @@ -183,7 +183,7 @@ int rcu_is_cpu_idle(void)
}
EXPORT_SYMBOL(rcu_is_cpu_idle);

#endif /* #ifdef CONFIG_PROVE_RCU */
#endif /* #ifdef CONFIG_DEBUG_LOCK_ALLOC */

/*
* Test whether the current CPU was interrupted from idle. Nested
Expand Down

0 comments on commit 2ec90c7

Please sign in to comment.