summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/include
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2010-05-22 21:31:06 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2010-05-22 21:31:06 +0000
commit1500330fd3849a08f675ade312385568c6569114 (patch)
tree62511d09b1e020a897ce180da8c3ed90f0e60fc6 /sys/arch/amd64/include
parentae221b82ea95e9f797f9d60b0d51b0dc2e1e83c4 (diff)
this is amd64, not i386, and the protection was all busted
Diffstat (limited to 'sys/arch/amd64/include')
-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 */