commit | 2337d207288f163e10bd8d4d7eeb0c1c75046a0c | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Fri Jan 27 14:24:33 2017 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Feb 07 16:39:44 2017 +1100 |
tree | 561f9980fbe5b7f5b40f0ea7bf7b5aac12172cbf | |
parent | 8cf4ecc0ca9bd9bdc9b4ca0a99f7445a1e74afed [diff] |
powerpc/64: CONFIG_RELOCATABLE support for hmi interrupts 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 <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>