diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2010-04-28 21:24:07 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2010-04-28 21:24:07 +0000 |
commit | ebeda68b7f640a32977f28a184993b3d6cae7afa (patch) | |
tree | 3613900f551c55b0f4ff5d69a3c6178cc754e516 /sys/dev | |
parent | 39425b7a393109f55b31b3db3a7d7384f6cfcdf0 (diff) |
s/amd64/__amd64__/, s/i386/__i386__, no binary change.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/eso.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/eso.c b/sys/dev/pci/eso.c index bbcb5879e30..7f8e6ea3534 100644 --- a/sys/dev/pci/eso.c +++ b/sys/dev/pci/eso.c @@ -1,4 +1,4 @@ -/* $OpenBSD: eso.c,v 1.29 2010/04/08 00:23:53 tedu Exp $ */ +/* $OpenBSD: eso.c,v 1.30 2010/04/28 21:24:06 kettenis Exp $ */ /* $NetBSD: eso.c,v 1.48 2006/12/18 23:13:39 kleink Exp $ */ /* @@ -61,7 +61,7 @@ * XXX Work around the 24-bit implementation limit of the Audio 1 DMA * XXX engine by allocating through the ISA DMA tag. */ -#if defined(amd64) || defined(i386) +#if defined(__amd64__) || defined(__i386__) #include "isa.h" #if NISA > 0 #include <dev/isa/isavar.h> |