commit | 630181c4a915edb0761bb282c567d3abc8ca2f35 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Dec 23 21:33:14 2014 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Jan 15 23:33:17 2015 -0800 |
tree | 0d2c62ef2866b5e913a0a7aff9c1d6477fca2ac9 | |
parent | ec1fe396ff42e240c9b32111ee53665c5916fe5e [diff] |
rcu: Initialize tiny RCU stall-warning timeouts at boot The current tiny RCU stall-warning code assumes that the jiffies counter starts at zero, however, it is sometimes initialized to other values, for example, -30,000. This commit therefore changes rcu_init() to invoke reset_cpu_stall_ticks() for both flavors of RCU to initialize the stall-warning times properly at boot. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>