rcu: Expand SRCU ->completed to 64 bits
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 24 Nov 2014 04:30:06 +0000 (20:30 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 6 Jan 2015 19:04:26 +0000 (11:04 -0800)
When rcutorture used only the low-order 32 bits of the grace-period
number, it was not a problem for SRCU to use a 32-bit completed field.
However, rcutorture now uses the full 64 bits on 64-bit systems, so
this commit converts SRCU's ->completed field to unsigned long so as to
provide 64 bits on 64-bit systems.

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

Simple merge
Simple merge