diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-12-14 18:16:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2021-12-14 18:16:15 +0000 |
commit | f2eaae4ec7f8a117cfb9e0225c69cb12f578ae88 (patch) | |
tree | bc688a64bf4060bec9ce844948ad41af41e0b9e0 /sys/arch/amd64/include | |
parent | 62216661026c268b18cbac6acb3a8e16b93e9ac2 (diff) |
delete incorrect comment about sys/cdefs.h
Diffstat (limited to 'sys/arch/amd64/include')
-rw-r--r-- | sys/arch/amd64/include/intr.h | 4 |
1 files changed, 1 insertions, 3 deletions
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 <sys/cdefs.h> - * or thereabouts. * This prevents the compiler from reordering code around * this "instruction", acting as a sequence point for code generation. */ |