On 02/02/2015 08:04, Jan Kiszka wrote: >> > +#if X86_FEATURE_XSAVEOPT < 10 * 32 >> > +#undef X86_FEATURE_XSAVEOPT >> > +#endif >> > +#define X86_FEATURE_XSAVEOPT (10*32+0) /* XSAVEOPT instruction */ > This causes redefinition warnings if the condition is not met. Was the > plan to put the define before the #endif? The plan was to match the kernel's definition, which however has a space: #define X86_FEATURE_XSAVEOPT (10*32+ 0) But putting the define before the #endif also works. Paolo -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html