artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0847549
)
remove "for all AArch64 platforms" from comment
author
jsg
<jsg@openbsd.org>
Sun, 16 Jan 2022 23:05:48 +0000
(23:05 +0000)
committer
jsg
<jsg@openbsd.org>
Sun, 16 Jan 2022 23:05:48 +0000
(23:05 +0000)
removed from other archs in 2020 before riscv64 was imported
sys/arch/riscv64/include/softintr.h
patch
|
blob
|
history
diff --git
a/sys/arch/riscv64/include/softintr.h
b/sys/arch/riscv64/include/softintr.h
index
5da7d00
..
2a26b51
100644
(file)
--- a/
sys/arch/riscv64/include/softintr.h
+++ b/
sys/arch/riscv64/include/softintr.h
@@
-1,3
+1,4
@@
+/* $OpenBSD: softintr.h,v 1.3 2022/01/16 23:05:48 jsg Exp $ */
/* $NetBSD: softintr.h,v 1.1 2002/01/29 22:54:14 thorpej Exp $ */
/*-
@@
-38,7
+39,7
@@
#include <sys/queue.h>
/*
- * Generic software interrupt support
for all AArch64 platforms
.
+ * Generic software interrupt support.
*
* To use this code, include <machine/softintr.h> from your platform's
* <machine/intr.h>.