Re: powerpc: do not use kprobe section to exempt exception handlers
From: Michael Ellerman <hidden> Date: 2016-09-20 13:07:23
On Thu, 2016-15-09 at 14:29:44 UTC, Nicholas Piggin wrote:
Use the blacklist macros instead. This allows the linker to move
exception handler functions close to callers and avoids trampolines in
larger kernels.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>