commit | d117c8aa1d511f76401337620b9c4ffb4c886579 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Sat Oct 31 00:01:18 2015 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Dec 07 17:01:31 2015 -0800 |
tree | 46ead57622feee14e5986bde39888dea0e797f22 | |
parent | a87f203e2731ab477386c678e59033ee103018c0 [diff] |
rcu: Make cpu_needs_another_gp() be bool The cpu_needs_another_gp() function is currently of type int, but only returns zero or one. Bow to reality and make it be of type bool. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>