]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/kernel: Convert cpu_has_feature() to returning bool
authorMichael Ellerman <mpe@ellerman.id.au>
Wed, 27 Jul 2016 03:35:15 +0000 (13:35 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 1 Aug 2016 01:14:58 +0000 (11:14 +1000)
commit37759d7737d59ecae19e443f262368a8e68654ab
tree10d3b2b15dccbc16e2917b1b3913203dc444a975
parenta12cce7053ae39fef8807b24bb8f4115a56f6126
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>
arch/powerpc/include/asm/cputable.h