Commit ea3c96e3 authored by Anton Blanchard's avatar Anton Blanchard

ppc64: Renmove Pci_Large_Bus_System, nothing uses it

parent a22fc9bb
...@@ -643,12 +643,6 @@ pci_find_hose_for_OF_device(struct device_node *node) ...@@ -643,12 +643,6 @@ pci_find_hose_for_OF_device(struct device_node *node)
void void
pSeries_pcibios_init(void) pSeries_pcibios_init(void)
{ {
PPCDBG(PPCDBG_PHBINIT, "\tppc64_pcibios_init Entry.\n");
if (get_property(find_path_device("/rtas"),"ibm,fw-phb-id",NULL) != NULL) {
PPCDBG(PPCDBG_PHBINIT, "\tFound: ibm,fw-phb-id\n");
Pci_Large_Bus_System = 1;
}
} }
/* /*
......
...@@ -55,7 +55,6 @@ struct pci_controller* hose_head; ...@@ -55,7 +55,6 @@ struct pci_controller* hose_head;
struct pci_controller** hose_tail = &hose_head; struct pci_controller** hose_tail = &hose_head;
int global_phb_number = 0; /* Global phb counter */ int global_phb_number = 0; /* Global phb counter */
int Pci_Large_Bus_System = 0;
struct pci_controller *phbtab[PCI_MAX_PHB]; struct pci_controller *phbtab[PCI_MAX_PHB];
/* Cached ISA bridge dev. */ /* Cached ISA bridge dev. */
......
...@@ -50,11 +50,6 @@ void iSeries_pcibios_init_early(void); ...@@ -50,11 +50,6 @@ void iSeries_pcibios_init_early(void);
void pSeries_pcibios_init_early(void); void pSeries_pcibios_init_early(void);
void pSeries_pcibios_init(void); void pSeries_pcibios_init(void);
/*******************************************************************
* Platform configuration flags.. (Live in pci.c)
*******************************************************************/
extern int Pci_Large_Bus_System; /* System has > 256 buses */
/******************************************************************* /*******************************************************************
* Helper macros for extracting data from pci structures. * Helper macros for extracting data from pci structures.
* PCI_GET_PHB_PTR(struct pci_dev*) returns the Phb pointer. * PCI_GET_PHB_PTR(struct pci_dev*) returns the Phb pointer.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment