Re: [v3] powerpc: Merge 32-bit and 64-bit setup_arch()

2016-07-21 Thread Michael Ellerman
On Thu, 2016-21-07 at 04:21:35 UTC, Michael Ellerman wrote: > From: Benjamin Herrenschmidt > > There is little enough differences now. > > mpe: Add a/p/k/setup.h to contain the prototypes and empty versions of > functions we need, rather than using weak functions. Add a few other > empty version

[PATCH v3] powerpc: Merge 32-bit and 64-bit setup_arch()

2016-07-20 Thread Michael Ellerman
From: Benjamin Herrenschmidt There is little enough differences now. mpe: Add a/p/k/setup.h to contain the prototypes and empty versions of functions we need, rather than using weak functions. Add a few other empty versions to avoid as many #ifdefs as possible in the code. Signed-off-by: Benjam