Re: [2.5.19] Oops during PCI scan on Alpha

David S. Miller (davem@redhat.com)
Wed, 05 Jun 2002 15:29:59 -0700 (PDT)


From: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Date: Wed, 5 Jun 2002 18:23:16 +0400

On Tue, Jun 04, 2002 at 03:03:33PM -0700, Patrick Mochel wrote:
> -subsys_initcall(pci_driver_init);
> +postcore_initcall(pci_driver_init);

Fine, but my main objection was to pci_driver_init being an initcall
in general, no matter in what level. With current code we may have
pci_bus_type registered on a machine without PCI bus.
Real life example: jensen running generic alpha kernel.

Ok, then we should have pci_driver_init called from the beginning
of pcibios_init if PCI controllers are found.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/