]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
powerpc/64: Don't use early_cpu_has_feature() in cpu_ready_for_interrupts()
authorMichael Ellerman <mpe@ellerman.id.au>
Tue, 21 Mar 2017 05:24:38 +0000 (16:24 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 27 Mar 2017 23:52:05 +0000 (10:52 +1100)
commit5511a45fc134f0784c403ef3488e2c07cd15bf14
tree09a2f7edfe70b18fc8ca68b49eb70fbb5ed309c8
parent1127d5f7fdcd99c28f2b70e12578372c330c8fa1
powerpc/64: Don't use early_cpu_has_feature() in cpu_ready_for_interrupts()

cpu_ready_for_interrupts() is called after feature patching, so there's
no need to use early_cpu_has_feature().

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/setup_64.c