]> asedeno.scripts.mit.edu Git - linux.git/commit
powerpc/setup: cleanup the #ifdef CONFIG_TAU block
authorChristophe Leroy <christophe.leroy@c-s.fr>
Fri, 22 Mar 2019 08:08:44 +0000 (08:08 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 2 May 2019 15:58:11 +0000 (01:58 +1000)
commit48018e42e5c70c8ac4b222cc76af1a15ea2e09e7
treee3373168d039cf0c82e8eb8009b00feaf9322edc
parentb5064efee2211f83b98a6a69e7319257c8411221
powerpc/setup: cleanup the #ifdef CONFIG_TAU block

Use cpu_has_feature() instead of opencoding

Use IS_ENABLED() instead of #ifdef for CONFIG_TAU_AVERAGE

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/setup-common.c