commit | 505a314fb28ce122091691c51426fa85c084e115 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Oct 08 15:08:31 2018 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Sat Dec 22 21:43:55 2018 +1100 |
tree | df273dfd6018e3812046de00f1e894c31cd7751e | |
parent | f1e0addca8bd7386f8cabbc64c9988fff91c131f [diff] |
powerpc: Fix HMIs on big-endian with CONFIG_RELOCATABLE=y HMIs will crash the kernel due to BRANCH_LINK_TO_FAR(hmi_exception_realmode) Calling into the OPD instead of the actual code. Fixes: 2337d207288f ("powerpc/64: CONFIG_RELOCATABLE support for hmi interrupts") Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> [mpe: Use DOTSYM() rather than #ifdef] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>