summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r--sys/arch/amd64/include/intrdefs.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/amd64/include/intrdefs.h b/sys/arch/amd64/include/intrdefs.h
index 46f26aeecc4..c61cc1f1c45 100644
--- a/sys/arch/amd64/include/intrdefs.h
+++ b/sys/arch/amd64/include/intrdefs.h
@@ -1,8 +1,8 @@
-/* $OpenBSD: intrdefs.h,v 1.6 2008/04/28 18:09:00 kettenis Exp $ */
+/* $OpenBSD: intrdefs.h,v 1.7 2010/05/22 21:31:05 deraadt Exp $ */
/* $NetBSD: intrdefs.h,v 1.2 2003/05/04 22:01:56 fvdl Exp $ */
-#ifndef _i386_INTRDEFS_H
-#define _i386_INTRDEFS_H
+#ifndef _AMD64_INTRDEFS_H
+#define _AMD64_INTRDEFS_H
/*
* Interrupt priority levels.
@@ -88,4 +88,4 @@
#define IREENT_MAGIC 0x18041969
-#endif /* _X86_INTRDEFS_H */
+#endif /* _AMD64_INTRDEFS_H */