]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/64: context tracking move to interrupt wrappers
authorNicholas Piggin <npiggin@gmail.com>
Sat, 30 Jan 2021 13:08:42 +0000 (23:08 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 8 Feb 2021 13:10:46 +0000 (00:10 +1100)
commit0bce84ca8b096b4111d94b3b5d0eb50937c28fe7
tree27d877d754c926b45a0b8f9297c27ef39852a9b1
parent73bbef0994ba365d76243e3fa1d6c372e3ecd259
powerpc/64: context tracking move to interrupt wrappers

This moves exception_enter/exit calls to wrapper functions for
synchronous interrupts. More interrupt handlers are covered by
this than previously.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210130130852.2952424-33-npiggin@gmail.com
arch/powerpc/include/asm/interrupt.h
arch/powerpc/kernel/traps.c
arch/powerpc/mm/book3s64/hash_utils.c
arch/powerpc/mm/fault.c