https://github.com/torvalds/linux
Revision 0b736881c8f1a6cd912f7a9162b9e097b28c1c30 authored by Christophe Leroy on 09 March 2021, 12:09:26 UTC, committed by Michael Ellerman on 12 March 2021, 00:02:12 UTC
unrecoverable_exception() is called from interrupt handlers or
after an interrupt handler has failed.

Make it a standard function to avoid doubling the actions
performed on interrupt entry (e.g.: user time accounting).

Fixes: 3a96570ffceb ("powerpc: convert interrupt handlers to use wrappers")
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Reviewed-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/ae96c59fa2cb7f24a8929c58cfa2c909cb8ff1f1.1615291471.git.christophe.leroy@csgroup.eu
1 parent bd73758
Raw File
Tip revision: 0b736881c8f1a6cd912f7a9162b9e097b28c1c30 authored by Christophe Leroy on 09 March 2021, 12:09:26 UTC
powerpc/traps: unrecoverable_exception() is not an interrupt handler
Tip revision: 0b73688
.cocciconfig
[spatch]
	options = --timeout 200
	options = --use-gitgrep
back to top