From: deraadt Date: Tue, 14 Dec 2021 18:16:14 +0000 (+0000) Subject: delete incorrect comment about sys/cdefs.h X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=74c29b5142a45614d7d7d6e641f51c2913b094ce;p=openbsd delete incorrect comment about sys/cdefs.h --- diff --git a/sys/arch/amd64/include/intr.h b/sys/arch/amd64/include/intr.h index c70d05e8c26..2fe24d36ff6 100644 --- a/sys/arch/amd64/include/intr.h +++ b/sys/arch/amd64/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.32 2020/06/17 06:14:52 dlg Exp $ */ +/* $OpenBSD: intr.h,v 1.33 2021/12/14 18:16:14 deraadt Exp $ */ /* $NetBSD: intr.h,v 1.2 2003/05/04 22:01:56 fvdl Exp $ */ /*- @@ -117,8 +117,6 @@ void softintr(int); /* * compiler barrier: prevent reordering of instructions. - * XXX something similar will move to - * or thereabouts. * This prevents the compiler from reordering code around * this "instruction", acting as a sequence point for code generation. */ diff --git a/sys/arch/i386/include/intr.h b/sys/arch/i386/include/intr.h index 5b5e8e728d8..60fe6dccabc 100644 --- a/sys/arch/i386/include/intr.h +++ b/sys/arch/i386/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.48 2018/08/20 15:02:07 visa Exp $ */ +/* $OpenBSD: intr.h,v 1.49 2021/12/14 18:16:14 deraadt Exp $ */ /* $NetBSD: intr.h,v 1.5 1996/05/13 06:11:28 mycroft Exp $ */ /* @@ -56,8 +56,6 @@ extern void softintr(int); /* * compiler barrier: prevent reordering of instructions. - * XXX something similar will move to - * or thereabouts. * This prevents the compiler from reordering code around * this "instruction", acting as a sequence point for code generation. */