]> git.karo-electronics.de Git - linux-beck.git/commit
rcu: Use proper cpp macro for ->gp_flags
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 8 Aug 2013 21:37:47 +0000 (14:37 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Fri, 20 Sep 2013 16:43:06 +0000 (09:43 -0700)
commitb3f2d02598fcf16933f72a57bbba7edb22ad8eda
treec5c2bb955a54d4999b8c7fd8eca61e267d2a1dae
parent5c889690aa089cc0f36f5cf4abb4d4f0ed81b4da
rcu: Use proper cpp macro for ->gp_flags

One of the ->gp_flags assignments used a raw number rather than the
cpp macro that was intended for this purpose, which this commit fixes.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcutree.c