ia64: Move the macro definitions related to MSI to one header file.
authorXiantao Zhang <xiantao.zhang@intel.com>
Mon, 16 Feb 2009 07:14:48 +0000 (15:14 +0800)
committerAvi Kivity <avi@redhat.com>
Tue, 24 Mar 2009 09:03:12 +0000 (11:03 +0200)
commit2fa8937f3af8873e006ce324e7b2d3f9b2077b87
treeba1554042de5724443f696e3ccd8ae804a9260d5
parent4a906e49f103c2e544148a209ba1db316510799f
ia64: Move the macro definitions related to MSI to one header file.

For kvm's MSI support, it needs these macros defined in ia64_msi.c, and
to avoid duplicate them, move them to one header file and share with
kvm.

Signed-off-by: Xiantao Zhang <xiantao.zhang@intel.com>
Acked-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/ia64/include/asm/msidef.h [new file with mode: 0644]
arch/ia64/kernel/msi_ia64.c