Re: [13/41] powerpc: Put exception configuration in a common place

2016-07-21 Thread Michael Ellerman
On Tue, 2016-05-07 at 05:03:49 UTC, Benjamin Herrenschmidt wrote: > The various calls to establish exception endianness and AIL are > now done from a single point using already established CPU and FW > feature bits to decide what to do. > > Signed-off-by: Benjamin Herrenschmidt Applied to powerp

[PATCH 13/41] powerpc: Put exception configuration in a common place

2016-07-04 Thread Benjamin Herrenschmidt
The various calls to establish exception endianness and AIL are now done from a single point using already established CPU and FW feature bits to decide what to do. Signed-off-by: Benjamin Herrenschmidt --- v3: Rework a bit, move error handling in the functions themselves and fix a few more case