]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit43be3de46ac7190beaad9d60666c546588c9659c
treef05cf0b1d15d4ab1661ef0b00f5a8130df866fce
parent4ca39f7003d2a3f64744eaedf4f5a5421eef113f
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