| commit | ac002d8075973de789152779efc5f7995f6d609d | [log] [tgz] |
|---|---|---|
| author | Nicholas Mc Guire <hofrat@osadl.org> | Mon May 11 10:51:55 2015 +0200 |
| committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon May 11 07:09:41 2015 -0700 |
| tree | 5bff1a15d4e45c98f2862622c2c87620c048ee90 | |
| parent | fd9a2491aefb6fb855ffe997944fd789aaba0426 [diff] |
rcu: Change function declaration to bool rcu_cpu_has_callbacks() is declared int but is actually returning bool and all call-sites currently use it as bool so the declaration should be bool as well. Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>