OSDN Git Service

powerpc/irq: Mark check_return_regs_valid() notrace
authorMichael Ellerman <mpe@ellerman.id.au>
Thu, 6 Apr 2023 12:21:18 +0000 (22:21 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 20 Apr 2023 03:21:48 +0000 (13:21 +1000)
commite5b6634aa1bcbd43120b2fd6f15780f00e9e7f66
tree367b2f2d79b3e791f1c14200ad8f4ef13280c2c4
parent9ab9de2f3aa99ab6245203236d66a057d73b7e9f
powerpc/irq: Mark check_return_regs_valid() notrace

check_return_regs_valid() is called from the middle of the irq exit
handling, which is all notrace, so mark it notrace also.

Reported-by: Sachin Sant <sachinp@linux.ibm.com>
Link: https://lore.kernel.org/all/4C073F6A-C812-4C4A-BB7A-ECD10B75FB88@linux.ibm.com/
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230406122118.3760344-1-mpe@ellerman.id.au
arch/powerpc/kernel/interrupt.c