Re: 2.6.0-test6: a few __init bugs

From: Robert T. Johnson
Date: Tue Sep 30 2003 - 16:44:34 EST


On Tue, 2003-09-30 at 14:25, Greg KH wrote:
> Hm, good point. Can you think of a better place for this that would
> have helped you out?

Take two. It might not have prevented me from reporting the potential
bug, but I would've known you'd thought about it, it might help future
developers, and it's unlikely to become dangerously wrong. Thanks.

Best,
Rob

--- drivers/pci/quirks.c.orig Tue Sep 30 14:17:40 2003
+++ drivers/pci/quirks.c Tue Sep 30 14:39:48 2003
@@ -750,6 +750,9 @@

/*
* The main table of quirks.
+ *
+ * Note: any hooks for hotpluggable devices in this table must _NOT_
+ * be declared __init.
*/

static struct pci_fixup pci_fixups[] __devinitdata = {


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/