Michael Ellerman 4aa9bc955d MSI: Use a list instead of the custom link structure
The msi descriptors are linked together with what looks a lot like
a linked list, but isn't a struct list_head list. Make it one.

The only complication is that previously we walked a list of irqs, and
got the descriptor for each with get_irq_msi(). Now we have a list of
descriptors and need to get the irq out of it, so it needs to be in the
actual struct msi_desc. We use 0 to indicate no irq is setup.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2007-05-02 19:02:37 -07:00
..
2007-04-25 01:13:47 -04:00
2007-05-02 19:02:34 -07:00
2007-05-02 19:02:34 -07:00
2007-05-02 19:02:34 -07:00
2007-05-02 19:02:34 -07:00
2007-05-02 19:02:34 -07:00
2007-05-02 19:02:34 -07:00
2007-05-02 19:02:34 -07:00
2007-04-25 22:23:33 -07:00
2007-05-02 19:02:34 -07:00
2007-04-27 14:23:33 +03:00
2007-03-14 08:25:52 +01:00