Re: powerpc/64: Don't use early_cpu_has_feature() in cpu_ready_for_interrupts()
From: Michael Ellerman <hidden> Date: 2017-03-31 12:33:53
On Tue, 2017-03-21 at 05:24:38 UTC, Michael Ellerman wrote:
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>