Re: [PATCH 07/17] powerpc/opal: Add real mode call wrappers

2016-06-28 Thread Benjamin Herrenschmidt
On Tue, 2016-06-28 at 21:37 +1000, Michael Ellerman wrote: > Yeah Ben already told me. > > I don't know which will go in first yet, this has had zero revisions and zero > reviews so it might not go in straight away ;) The point was that patch could go in independently of the rest but I really

Re: [PATCH 07/17] powerpc/opal: Add real mode call wrappers

2016-06-28 Thread Michael Ellerman
On Tue, 2016-06-28 at 14:18 +1000, Michael Neuling wrote: > mpe, > > Just flagging this as going to conflict with Shreyas' stop instruction > patch series. It's relatively easy to fix so you can do it manually. > > Alternatively you could take this one patch now and get Shreyas to rebase. Yeah

Re: [PATCH 07/17] powerpc/opal: Add real mode call wrappers

2016-06-27 Thread Michael Neuling
mpe, Just flagging this as going to conflict with Shreyas' stop instruction patch series.  It's relatively easy to fix so you can do it manually. Alternatively you could take this one patch now and get Shreyas to rebase. Mikey On Mon, 2016-06-27 at 22:25 +1000, Benjamin Herrenschmidt wrote: >

[PATCH 07/17] powerpc/opal: Add real mode call wrappers

2016-06-27 Thread Benjamin Herrenschmidt
Replace the old generic opal_call_realmode() with proper per-call wrappers similar to the normal ones and convert callers. Signed-off-by: Benjamin Herrenschmidt --- arch/powerpc/include/asm/opal-api.h| 10 +++- arch/powerpc/include/asm/opal.h