diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-08-14 16:51:10 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-08-14 16:51:10 +0000 |
commit | e85cecd3ca91d3f716d25cc2cf9e4d84ea0e56b9 (patch) | |
tree | c7f2c9eb7eeb17f5d7c61ae722ffe3b7541e4c46 /sys/arch/arm64 | |
parent | 720115ccd30ad4a684b8aa1d04adcbc37a40184d (diff) |
Remove "for all XXX platforms" from comment. Fixes the issue pointed out
by miod@ where the powerpc64 claimed to be "for all AArch64 platforms".
ok patrick@
Diffstat (limited to 'sys/arch/arm64')
-rw-r--r-- | sys/arch/arm64/include/softintr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arm64/include/softintr.h b/sys/arch/arm64/include/softintr.h index 8b2e005bf9e..07fd344bec6 100644 --- a/sys/arch/arm64/include/softintr.h +++ b/sys/arch/arm64/include/softintr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: softintr.h,v 1.1 2016/12/17 23:38:33 patrick Exp $ */ +/* $OpenBSD: softintr.h,v 1.2 2020/08/14 16:51:09 kettenis Exp $ */ /* $NetBSD: softintr.h,v 1.1 2002/01/29 22:54:14 thorpej Exp $ */ /*- @@ -39,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>. |