commit | 6574ba950bbe9ab2460f8143018d93d15cacf5be | [log] [tgz] |
---|---|---|
author | Michael Ellerman <mpe@ellerman.id.au> | Wed Jul 27 13:35:15 2016 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Mon Aug 01 11:14:58 2016 +1000 |
tree | 10d3b2b15dccbc16e2917b1b3913203dc444a975 | |
parent | a81dc9d9957354ee2ebc2e387cbc10cf457b9948 [diff] |
powerpc/kernel: Convert cpu_has_feature() to returning bool The intention is that the result is only used as a boolean, so enforce that by changing the return type to bool. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>