delete incorrect comment about sys/cdefs.h
authorderaadt <deraadt@openbsd.org>
Tue, 14 Dec 2021 18:16:14 +0000 (18:16 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 14 Dec 2021 18:16:14 +0000 (18:16 +0000)
sys/arch/amd64/include/intr.h
sys/arch/i386/include/intr.h

index c70d05e..2fe24d3 100644 (file)
@@ -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 <sys/cdefs.h>
- * or thereabouts.
  * This prevents the compiler from reordering code around
  * this "instruction", acting as a sequence point for code generation.
  */
index 5b5e8e7..60fe6dc 100644 (file)
@@ -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 <sys/cdefs.h>
- * or thereabouts.
  * This prevents the compiler from reordering code around
  * this "instruction", acting as a sequence point for code generation.
  */