This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / i386 / pci / common.c
index 4008b6c..88c832a 100644 (file)
@@ -23,7 +23,6 @@ extern  void pcibios_sort(void);
 unsigned int pci_probe = PCI_PROBE_BIOS | PCI_PROBE_CONF1 | PCI_PROBE_CONF2 |
                                PCI_PROBE_MMCONF;
 
-int pci_routeirq;
 int pcibios_last_bus = -1;
 struct pci_bus *pci_root_bus = NULL;
 struct pci_raw_ops *raw_pci_ops;
@@ -228,9 +227,6 @@ char * __devinit  pcibios_setup(char *str)
        } else if (!strcmp(str, "assign-busses")) {
                pci_probe |= PCI_ASSIGN_ALL_BUSSES;
                return NULL;
-       } else if (!strcmp(str, "routeirq")) {
-               pci_routeirq = 1;
-               return NULL;
        }
        return str;
 }