commit | 24d27553390c69d11cdbd930d635193956fc295f | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <willy@linux.intel.com> | Tue Mar 17 08:54:06 2009 -0400 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Fri Mar 20 10:48:12 2009 -0700 |
tree | 1ed673378c02eba46e6f427e1ab2ca06558f9045 | |
parent | c41ade2ee1dc146d2de2ee470a87cd6b878a08f4 [diff] |
PCI MSI: Replace 'type' with 'is_msix' By changing from a 5-bit field to a 1-bit field, we free up some bits that can be used by a later patch. Also rearrange the fields for better packing on 64-bit platforms (reducing the size of msi_desc from 72 bytes to 64 bytes). Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>