From e85cecd3ca91d3f716d25cc2cf9e4d84ea0e56b9 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Fri, 14 Aug 2020 16:51:10 +0000 Subject: 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@ --- sys/arch/arm64/include/softintr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/arm64') 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 /* - * Generic software interrupt support for all AArch64 platforms. + * Generic software interrupt support. * * To use this code, include from your platform's * . -- cgit v1.2.3