]> 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)
commitef82a5e0bc84cdf85786bc8928ecff1d28fad475
tree09a2f7edfe70b18fc8ca68b49eb70fbb5ed309c8
parent4328e7a8f0ca64cbb30365d01631f709bd15fd46
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