summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorThomas Nordin <nordin@cvs.openbsd.org>2004-02-01 17:11:44 +0000
committerThomas Nordin <nordin@cvs.openbsd.org>2004-02-01 17:11:44 +0000
commit68d28d8e5c931c7dba6332b35d195f1a51d701d0 (patch)
tree20c1992ff2a7e3946a6d58ce01ad0a4f14ae8d27 /sys/dev
parent9b09c4276fa008f966b0c7f717d121fd19e1c57d (diff)
Restore support for amd64.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/isa/isavar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/isavar.h b/sys/dev/isa/isavar.h
index afbcee498bb..fd5df23b0eb 100644
--- a/sys/dev/isa/isavar.h
+++ b/sys/dev/isa/isavar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: isavar.h,v 1.49 2004/02/01 06:33:29 drahn Exp $ */
+/* $OpenBSD: isavar.h,v 1.50 2004/02/01 17:11:43 nordin Exp $ */
/* $NetBSD: isavar.h,v 1.26 1997/06/06 23:43:57 thorpej Exp $ */
/*-
@@ -122,7 +122,7 @@
*/
struct isabus_attach_args;
-#if (__alpha__ + amiga + __arm__ + __i386__ + arc + __wgrisc__ + __powerpc__ + __hppa__ != 1)
+#if (__alpha__ + amiga + __arm__ + __i386__ + arc + __wgrisc__ + __powerpc__ + __hppa__ + __amd64__ != 1)
#error "COMPILING ISA FOR UNSUPPORTED MACHINE, OR MORE THAN ONE."
#endif
#ifdef __alpha__