powerpc: add and use unknown_async_exception
authorNicholas Piggin <npiggin@gmail.com>
Sat, 30 Jan 2021 13:08:31 +0000 (23:08 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 8 Feb 2021 13:02:11 +0000 (00:02 +1100)
commit6c6aee009ec34cb7f5ef76f910c1b9417c81efd8
treef05cf0b1d15d4ab1661ef0b00f5a8130df866fce
parent0440b8a22cc48922f7c6ae894abd221cf7cc4b64
powerpc: add and use unknown_async_exception

This is currently the same as unknown_exception, but it will diverge
after interrupt wrappers are added and code moved out of asm into the
wrappers (e.g., async handlers will check FINISH_NAP).

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-22-npiggin@gmail.com
arch/powerpc/include/asm/hw_irq.h
arch/powerpc/kernel/exceptions-64s.S
arch/powerpc/kernel/head_book3s_32.S
arch/powerpc/kernel/traps.c