Hi, Sheng Since these macros are just used by kvm, and considering cross-arch support, could you move these stuff to include/linux/kvm_host.h ? So they can be shared for x86 and ia64. Thanks Xiantao
Sheng Yang wrote: > Signed-off-by: Sheng Yang <[EMAIL PROTECTED]> > --- > include/asm-x86/msidef.h | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/include/asm-x86/msidef.h b/include/asm-x86/msidef.h > index 296f29c..fdeebbb 100644 > --- a/include/asm-x86/msidef.h > +++ b/include/asm-x86/msidef.h > @@ -15,8 +15,11 @@ > MSI_DATA_VECTOR_MASK) > > #define MSI_DATA_DELIVERY_MODE_SHIFT 8 > +#define MSI_DATA_DELIVERY_MODE_MASK 0x700 > #define MSI_DATA_DELIVERY_FIXED (0 << MSI_DATA_DELIVERY_MODE_SHIFT) > #define MSI_DATA_DELIVERY_LOWPRI (1 << MSI_DATA_DELIVERY_MODE_SHIFT) > +#define MSI_DATA_DELIVERY_FIXED_VAL 0 > +#define MSI_DATA_DELIVERY_LOWPRI_VAL 1 > > #define MSI_DATA_LEVEL_SHIFT 14 > #define MSI_DATA_LEVEL_DEASSERT (0 << MSI_DATA_LEVEL_SHIFT) > -- > 1.5.4.5 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html