commit | e59f95320525a690019daa1c1293b7834c2ec47d | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Sun Nov 23 20:30:06 2014 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Nov 27 08:44:08 2014 -0800 |
tree | 83c3b122e7d13cdf8fd9949a980c6f7d075b2698 | |
parent | 9dc5383c080bbbc7450ed35f480c210019b71d4f [diff] |
rcu: Expand SRCU ->completed to 64 bits 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>