Skip to content

Commit

Permalink
rcupdate: fix comment
Browse files Browse the repository at this point in the history
This comment caused some consternation during fastcall removal.  Make it
truthful.

Signed-off-by: Paul E. McKenney <[email protected]>
Cc: Harvey Harrison <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
paulmck authored and Linus Torvalds committed Feb 14, 2008
1 parent b3c9752 commit fbf6bfc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion kernel/rcupdate.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ static atomic_t rcu_barrier_cpu_count;
static DEFINE_MUTEX(rcu_barrier_mutex);
static struct completion rcu_barrier_completion;

/* Because of FASTCALL declaration of complete, we use this wrapper */
/*
* Awaken the corresponding synchronize_rcu() instance now that a
* grace period has elapsed.
*/
static void wakeme_after_rcu(struct rcu_head *head)
{
struct rcu_synchronize *rcu;
Expand Down

0 comments on commit fbf6bfc

Please sign in to comment.