Commit c144bc71 authored by Oliver O'Halloran's avatar Oliver O'Halloran Committed by Michael Ellerman
parent d20a864f
...@@ -144,8 +144,6 @@ static void __init pas_setup_arch(void) ...@@ -144,8 +144,6 @@ static void __init pas_setup_arch(void)
/* Setup SMP callback */ /* Setup SMP callback */
smp_ops = &pas_smp_ops; smp_ops = &pas_smp_ops;
#endif #endif
/* Lookup PCI hosts */
pas_pci_init();
/* Remap SDC register for doing reset */ /* Remap SDC register for doing reset */
/* XXXOJN This should maybe come out of the device tree */ /* XXXOJN This should maybe come out of the device tree */
...@@ -446,6 +444,7 @@ define_machine(pasemi) { ...@@ -446,6 +444,7 @@ define_machine(pasemi) {
.name = "PA Semi PWRficient", .name = "PA Semi PWRficient",
.probe = pas_probe, .probe = pas_probe,
.setup_arch = pas_setup_arch, .setup_arch = pas_setup_arch,
.discover_phbs = pas_pci_init,
.init_IRQ = pas_init_IRQ, .init_IRQ = pas_init_IRQ,
.get_irq = mpic_get_irq, .get_irq = mpic_get_irq,
.restart = pas_restart, .restart = pas_restart,
......
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