Re: powerpc/64: CONFIG_RELOCATABLE support for hmi interrupts

2017-02-07 Thread Michael Ellerman
On Fri, 2017-01-27 at 04:24:33 UTC, Nicholas Piggin wrote: > The branch from hmi_exception_early to hmi_exception_realmode must use > a "relocatable-style" branch, because it is branching from unrelocated > exception code to beyond __end_interrupts. > > Signed-off-by: Nicholas Piggin Applied to

[PATCH] powerpc/64: CONFIG_RELOCATABLE support for hmi interrupts

2017-01-26 Thread Nicholas Piggin
The branch from hmi_exception_early to hmi_exception_realmode must use a "relocatable-style" branch, because it is branching from unrelocated exception code to beyond __end_interrupts. Signed-off-by: Nicholas Piggin --- This applies after the KVM RELOCATABLE series, and was split out from patch