From 9757cae991669f9a3d2b981b77231ee891d0597d Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Tue, 31 Oct 2023 14:55:51 +0200 Subject: riscv: allow resume after exception If CSRs like seed are readable by S-mode, may not be determinable by S-mode. For safe driver probing allow to resume via a longjmp after an exception. Signed-off-by: Heinrich Schuchardt Reviewed-by: Leo Yu-Chi Liang --- doc/api/interrupt.rst | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/api/interrupt.rst (limited to 'doc/api/interrupt.rst') diff --git a/doc/api/interrupt.rst b/doc/api/interrupt.rst new file mode 100644 index 00000000000..5721231d919 --- /dev/null +++ b/doc/api/interrupt.rst @@ -0,0 +1,6 @@ +.. SPDX-License-Identifier: GPL-2.0+ + +Interrupt API +============= + +.. kernel-doc:: include/interrupt.h -- cgit v1.2.3