]> git.baikalelectronics.ru Git - 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)
commitdf979348dc496be1d6ad226fbd9e9253ceba5a45
tree09a2f7edfe70b18fc8ca68b49eb70fbb5ed309c8
parentbf33367b314e2903add5a0d288cf9452a1fd775a
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