diff options
author | kalai <none@none> | 2005-10-04 10:09:58 -0700 |
---|---|---|
committer | kalai <none@none> | 2005-10-04 10:09:58 -0700 |
commit | c2e7b48d563d0e56b74d853118918af352e75cbb (patch) | |
tree | 97f69ed7da60cef3fbe28cbd08089af102f8749e /usr/src/uts/common/sys/pci_impl.h | |
parent | bdcaf82257ab2deb6b46efaaa4bc93a1a44b3885 (diff) | |
download | illumos-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.h | 2 |
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 |