summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/pci_impl.h
diff options
context:
space:
mode:
authorkalai <none@none>2005-10-04 10:09:58 -0700
committerkalai <none@none>2005-10-04 10:09:58 -0700
commitc2e7b48d563d0e56b74d853118918af352e75cbb (patch)
tree97f69ed7da60cef3fbe28cbd08089af102f8749e /usr/src/uts/common/sys/pci_impl.h
parentbdcaf82257ab2deb6b46efaaa4bc93a1a44b3885 (diff)
downloadillumos-gate-c2e7b48d563d0e56b74d853118918af352e75cbb.tar.gz
6174746 Need to remove remaining references to __ia64
--HG-- rename : usr/src/uts/common/sys/elf_ia64.h => deleted_files/usr/src/uts/common/sys/elf_ia64.h
Diffstat (limited to 'usr/src/uts/common/sys/pci_impl.h')
-rw-r--r--usr/src/uts/common/sys/pci_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/pci_impl.h b/usr/src/uts/common/sys/pci_impl.h
index fb76c5eb09..e5fb73d135 100644
--- a/usr/src/uts/common/sys/pci_impl.h
+++ b/usr/src/uts/common/sys/pci_impl.h
@@ -52,7 +52,7 @@ extern "C" {
#define PCI_MECHANISM_UNKNOWN -1
#define PCI_MECHANISM_NONE 0
-#if defined(__i386) || defined(__ia64) || defined(__amd64)
+#if defined(__i386) || defined(__amd64)
#define PCI_MECHANISM_1 1
#define PCI_MECHANISM_2 2
#else