]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Move 64-bit feature fixup earlier
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 5 Jul 2016 05:03:42 +0000 (15:03 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 21 Jul 2016 08:54:55 +0000 (18:54 +1000)
commit501847406e0001406aa180ccc0cf62b139c5c096
tree92bce4a09fcc9d7a686e61d47cbfba1a047f4041
parent5ed4a7a5b9f4d3d278b12ba3162d2e524e26d143
powerpc: Move 64-bit feature fixup earlier

Make it part of early_setup() as we really want the feature fixups
to be applied before we turn on the MMU since they can have an impact
on the various assembly path related to MMU management and interrupts.

This makes 64-bit match what 32-bit does.

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