commit | a81dc9d9957354ee2ebc2e387cbc10cf457b9948 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <mpe@ellerman.id.au> | Wed Jul 27 13:39:42 2016 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Mon Aug 01 11:14:58 2016 +1000 |
tree | 5c7b9da7de51582c1d89c4ea21d4dc63e994483b | |
parent | 5a25b6f527f9f5bbf5747b1b97e538e6d61bd2f2 [diff] |
powerpc/kernel: Convert mmu_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>