diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-05-21 07:46:38 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-05-21 07:46:38 +0000 |
commit | a8a61bbe22361b12d4a2dd511894987a338e3eef (patch) | |
tree | 8d1fa53ea85aac206ed79c75ea747da069e60f09 /hw/xfree86/os-support/bus/Pci.h | |
parent | ef4401ff8a8c4d7c22ef6af7bf47ccb24f83967f (diff) |
Initial experimental support for AMD64 builds on Solaris 10 x86. Improved
support for 64-bit SPARC builds on Solaris as well.
Diffstat (limited to 'hw/xfree86/os-support/bus/Pci.h')
-rw-r--r-- | hw/xfree86/os-support/bus/Pci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/os-support/bus/Pci.h b/hw/xfree86/os-support/bus/Pci.h index 002eecb35..4a6ff672a 100644 --- a/hw/xfree86/os-support/bus/Pci.h +++ b/hw/xfree86/os-support/bus/Pci.h @@ -326,7 +326,7 @@ # if !defined(__FreeBSD__) # define ARCH_PCI_PCI_BRIDGE sparcPciPciBridge # endif -#elif defined(__amd64__) +#elif defined(__amd64__) || defined(__amd64) # if defined(__FreeBSD__) # define ARCH_PCI_INIT freebsdPciInit # else |