NVMe: Fix admin IRQ claim on real hardware
authorMatthew Wilcox <matthew.r.wilcox@intel.com>
Thu, 20 Jan 2011 18:42:34 +0000 (13:42 -0500)
committerMatthew Wilcox <matthew.r.wilcox@intel.com>
Fri, 4 Nov 2011 19:52:51 +0000 (15:52 -0400)
commit53c9577e9ca68a633c6e9df2b54eaecacfa77f62
tree2eb47c41f0e77836b146d9d9d191da75f6f68f5c
parent821234603b265f59d7eebce16d9e8beca2a5752d
NVMe: Fix admin IRQ claim on real hardware

The admin IRQ is supposed to use the pin-based (or single message MSI)
interrupt.  Accomplish this by filling in entry[0]'s vector with the
INTx irq number.

Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
drivers/block/nvme.c