[PATCH] powerpc: remove interrupt handler functions from the noinstr section
Michael Ellerman
patch-notifications at ellerman.id.au
Fri Feb 12 11:20:04 AEDT 2021
On Thu, 11 Feb 2021 16:36:36 +1000, Nicholas Piggin wrote:
> The allyesconfig ppc64 kernel fails to link with relocations unable to
> fit after commit 3a96570ffceb ("powerpc: convert interrupt handlers to
> use wrappers"), which is due to the interrupt handler functions being
> put into the .noinstr.text section, which the linker script places on
> the opposite side of the main .text section from the interrupt entry
> asm code which calls the handlers.
>
> [...]
Applied to powerpc/next.
[1/1] powerpc: remove interrupt handler functions from the noinstr section
https://git.kernel.org/powerpc/c/e4bb64c7a42e61bcb6f8b70279fc1f7805eaad3f
cheers
More information about the Linuxppc-dev
mailing list