remove "for all AArch64 platforms" from comment
authorjsg <jsg@openbsd.org>
Sun, 16 Jan 2022 23:05:48 +0000 (23:05 +0000)
committerjsg <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

index 5da7d00..2a26b51 100644 (file)
@@ -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>.