powerpc: bad_page_fault get registers from regs
authorNicholas Piggin <npiggin@gmail.com>
Sat, 30 Jan 2021 13:08:21 +0000 (23:08 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 8 Feb 2021 13:02:09 +0000 (00:02 +1100)
commit8458c628a53ba4311b2df12370be1a6f1870ff37
tree483665572dcf2137b43943c1a0db08e247857dfe
parent73d7a97914f23397b012e851f6a1fe4061923a82
powerpc: bad_page_fault get registers from regs

Similar to the previous patch this makes interrupt handler function
types more regular so they can be wrapped with the next patch.

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-12-npiggin@gmail.com
arch/powerpc/include/asm/bug.h
arch/powerpc/kernel/entry_32.S
arch/powerpc/kernel/exceptions-64e.S
arch/powerpc/kernel/traps.c
arch/powerpc/mm/book3s64/hash_utils.c
arch/powerpc/mm/book3s64/slb.c
arch/powerpc/mm/fault.c
arch/powerpc/platforms/8xx/machine_check.c