Re: [2.5.19] Oops during PCI scan on Alpha

David S. Miller (davem@redhat.com)
Tue, 04 Jun 2002 14:14:12 -0700 (PDT)


From: Patrick Mochel <mochel@osdl.org>
Date: Tue, 4 Jun 2002 14:10:27 -0700 (PDT)

> You people are blowing this shit WAY out of proportion. Just fix the
> bug now and reinplement the initcall hierarchy in a seperate changeset
> so people can actually get work done in the 2.5.x tree while you do
> that ok?

Fine. Use Ivan's; it's appended below, and will be in BK soon.

-subsys_initcall(sys_bus_init);
+core_initcall(sys_bus_init);

Does sys_bus_init require the generic bus layer to be initialized
first?
-
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/