]> git.proxmox.com Git - mirror_ubuntu-jammy-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)
commit540d4d34bef4ec58aba12b159030492616d6f54e
tree27d877d754c926b45a0b8f9297c27ef39852a9b1
parenta008f8f9fd67ffb13d906ef4ea6235a3d62dfdb6
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