rcu: Make cpu_needs_another_gp() be bool
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sat, 31 Oct 2015 07:01:18 +0000 (00:01 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 8 Dec 2015 01:01:31 +0000 (17:01 -0800)
commitd117c8aa1d511f76401337620b9c4ffb4c886579
tree46ead57622feee14e5986bde39888dea0e797f22
parenta87f203e2731ab477386c678e59033ee103018c0
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>
kernel/rcu/tree.c
This page took 0.027149 seconds and 5 git commands to generate.