[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1156225762.21752.82.camel@localhost.localdomain>
Date: Tue, 22 Aug 2006 15:49:22 +1000
From: Benjamin Herrenschmidt <benh@...nel.crashing.org>
To: linux-pci maillist <linux-pci@...ey.karlin.mff.cuni.cz>
Cc: Greg KH <greg@...ah.com>,
Linux Kernel list <linux-kernel@...r.kernel.org>
Subject: struct msix_entry bogosity
Any objection to something like that ? (And of course fixing the few
drivers for the name change)
struct msix_entry {
- u16 vector; /* kernel uses to write allocated vector */
+ unsigned int irq; /* kernel uses to write allocated
interrupt */
u16 entry; /* driver uses to specify entry, OS writes */
};
Maybe x86 has a 1:1 hw vector <-> linux irq numbers (does it btw ?) but
other archs certainly don't. pci_enable_msix API should return a linux
IRQ number for the driver to pass to request_irq(), certainly not a hw
vector number, and the normal type for an irq is unsigned int :)
If it's ok, I'll do a patch changing that and fixing all in-tree users.
Ben.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists