Re: [2.5.19] Oops during PCI scan on Alpha

David S. Miller (davem@redhat.com)
Sun, 02 Jun 2002 20:39:16 -0700 (PDT)


From: Anton Blanchard <anton@samba.org>
Date: Mon, 3 Jun 2002 14:27:27 +1000

On ppc64 I found that pcibios_init was being called before
pci_driver_init, maybe its happening on alpha too. I am using the
following hack for the moment, I'll leave it to Patrick to fix it properly.

It's happening on every platform. It should be done before
arch_initcalls actually, but after core_initcalls. I would suggest to
rename unused_initcall into postcore_iniscall, then use it for this
and sys_bus_init which has the same problem.
-
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/