rcu: Omit self-awaken when setting up expedited grace period
authorThomas Gleixner <tglx@linutronix.de>
Sat, 22 Oct 2011 14:12:34 +0000 (07:12 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sun, 11 Dec 2011 18:31:28 +0000 (10:31 -0800)
When setting up an expedited grace period, if there were no readers, the
task will awaken itself.  This commit removes this useless self-awakening.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>

No differences found