commit | c4bd6cb87c9e28a7d9f4a97db5a06cc538eb5e48 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Jul 05 15:03:42 2016 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Thu Jul 21 18:54:55 2016 +1000 |
tree | 92bce4a09fcc9d7a686e61d47cbfba1a047f4041 | |
parent | 9402c684613163888714df0955fa1f17142b08bf [diff] |
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>