Re: powerpc/64: Fix HMI exception on LE with CONFIG_RELOCATABLE=y

2017-04-18 Thread Michael Ellerman
On Tue, 2017-04-18 at 05:04:46 UTC, Michael Ellerman wrote: > Prior to commit 2337d207288f ("powerpc/64: CONFIG_RELOCATABLE support for hmi > interrupts"), the branch from hmi_exception_early() to > hmi_exception_realmode() > was just a bl hmi_exception_realmode, which the linker would turn into a

[PATCH] powerpc/64: Fix HMI exception on LE with CONFIG_RELOCATABLE=y

2017-04-17 Thread Michael Ellerman
Prior to commit 2337d207288f ("powerpc/64: CONFIG_RELOCATABLE support for hmi interrupts"), the branch from hmi_exception_early() to hmi_exception_realmode() was just a bl hmi_exception_realmode, which the linker would turn into a bl to the local entry point of hmi_exception_realmode. This was brok