diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-05-23 14:50:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-05-23 14:50:32 +0000 |
commit | 4e16b474285809b8cca767c11b345381ee4b06c9 (patch) | |
tree | ce08ccdafe6f5e1e9818ce5f5f43651c52ebdac8 /sys/dev | |
parent | e53d763a548d0a037a752a36c360ea49599e1e21 (diff) |
toast __arc__; we gave up on that platform around a decade ago
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/eisa/eisavar.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/dev/eisa/eisavar.h b/sys/dev/eisa/eisavar.h index 53abc787e1a..d8d5b59f84c 100644 --- a/sys/dev/eisa/eisavar.h +++ b/sys/dev/eisa/eisavar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: eisavar.h,v 1.12 2003/12/12 22:56:46 hshoexer Exp $ */ +/* $OpenBSD: eisavar.h,v 1.13 2010/05/23 14:50:31 deraadt Exp $ */ /* $NetBSD: eisavar.h,v 1.11 1997/06/06 23:30:07 thorpej Exp $ */ /* @@ -54,7 +54,7 @@ struct eisabus_attach_args; /* * Machine-dependent definitions. */ -#if (__alpha__ + __i386__ + __arc__ + __hppa__ != 1) +#if (__alpha__ + __i386__ + __hppa__ != 1) #error COMPILING FOR UNSUPPORTED MACHINE, OR MORE THAN ONE. #endif #if __alpha__ @@ -63,9 +63,6 @@ struct eisabus_attach_args; #if __i386__ #include <i386/eisa/eisa_machdep.h> #endif -#if __arc__ -#include <arc/eisa/eisa_machdep.h> -#endif #if __hppa__ #include <hppa/include/eisa_machdep.h> #endif |