From: Matthew Wilcox Date: Tue, 17 Mar 2009 12:54:06 +0000 (-0400) Subject: PCI MSI: Replace 'type' with 'is_msix' X-Git-Tag: v2.6.30-rc1~419^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24d27553390c69d11cdbd930d635193956fc295f;p=pandora-kernel.git 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 Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed