Commit fbf6bfca76d50abef478ba902b8597ecbadfd390

Authored by Paul E. McKenney
Committed by Linus Torvalds
1 parent b3c9752868

rcupdate: fix comment

This comment caused some consternation during fastcall removal.  Make it
truthful.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 4 additions and 1 deletions Side-by-side Diff

... ... @@ -56,7 +56,10 @@
56 56 static DEFINE_MUTEX(rcu_barrier_mutex);
57 57 static struct completion rcu_barrier_completion;
58 58  
59   -/* Because of FASTCALL declaration of complete, we use this wrapper */
  59 +/*
  60 + * Awaken the corresponding synchronize_rcu() instance now that a
  61 + * grace period has elapsed.
  62 + */
60 63 static void wakeme_after_rcu(struct rcu_head *head)
61 64 {
62 65 struct rcu_synchronize *rcu;