From: Lai Jiangshan Date: Mon, 19 Mar 2012 08:12:12 +0000 (+0800) Subject: rcu: Use single value to handle expedited SRCU grace periods X-Git-Tag: v3.5-rc1~164^2^2^4~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9792edd7a9a0858a3b1df92cf8beb31e4191e3c;p=pandora-kernel.git rcu: Use single value to handle expedited SRCU grace periods The earlier algorithm used an "expedited" flag combined with a "trycount" counter to differentiate between normal and expedited SRCU grace periods. However, the difference can be encoded into a single counter with a cutoff value and different initial values for expedited and normal SRCU grace periods. This commit makes that change. Signed-off-by: Lai Jiangshan Signed-off-by: Paul E. McKenney Conflicts: kernel/srcu.c --- Reading git-diff-tree failed