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
COPYING
The Linux Kernel is provided under:

	SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note

Being under the terms of the GNU General Public License version 2 only,
according with:

	LICENSES/preferred/GPL-2.0

With an explicit syscall exception, as stated at:

	LICENSES/exceptions/Linux-syscall-note

In addition, other licenses may also apply. Please see:

	Documentation/process/license-rules.rst

for more details.

All contributions to the Linux Kernel are subject to this COPYING file.
back to top