powerpc: Move 64-bit memory reserves to setup_arch()
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 5 Jul 2016 05:03:43 +0000 (15:03 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 21 Jul 2016 08:54:55 +0000 (18:54 +1000)
commitde4cf3de594f96f5a27f0e2346dd211beb126f88
tree85a1f14e6a5d8500b604219830d6b9e97a2a892c
parentc4bd6cb87c9e28a7d9f4a97db5a06cc538eb5e48
powerpc: Move 64-bit memory reserves to setup_arch()

There is really no need to do them that early, early_setup() runs
before MMU is on, we should do the strict minimum there to get the
MMU going.

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