diff options
author | 2004-02-01 17:11:43 +0000 | |
---|---|---|
committer | 2004-02-01 17:11:43 +0000 | |
commit | 3964dcc767ea3783333df6c0607cf0dab8b5a19e (patch) | |
tree | 8641f308a81baf1282ee54d0b173fcf421e4f9e0 | |
parent | NetBSD -> OpenBSD in the comments. (diff) | |
download | wireguard-openbsd-3964dcc767ea3783333df6c0607cf0dab8b5a19e.tar.xz wireguard-openbsd-3964dcc767ea3783333df6c0607cf0dab8b5a19e.zip |
Restore support for amd64.
-rw-r--r-- | sys/dev/isa/isavar.h | 4 |
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__ |