commit | bffac3c593eba1f9da3efd0199e49ea6558a40ce | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@wil.cx> | Wed Jan 21 19:19:19 2009 -0500 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Tue Jan 27 09:53:25 2009 -0800 |
tree | f2f91533d36172cef57cca43c8050ec265b978d8 | |
parent | 476e7faefc43f106a90b5c96166c59b75de19d30 [diff] |
PCI MSI: Fix undefined shift by 32 Add an msi_mask() function which returns the correct bitmask for the number of MSI interrupts you have. This fixes an undefined bug in msi_capability_init(). Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>