From: Avi Kivity <[email protected]> Signed-off-by: Avi Kivity <[email protected]>
diff --git a/x86/external-module-compat.h b/x86/external-module-compat.h index 658255f..6dfe1ff 100644 --- a/x86/external-module-compat.h +++ b/x86/external-module-compat.h @@ -206,6 +206,10 @@ static inline int rdmsrl_safe(unsigned msr, unsigned long long *p) #define X86_FEATURE_X2APIC (4*32+21) /* x2APIC */ #endif +#ifndef MSR_AMD64_PATCH_LOADER +#define MSR_AMD64_PATCH_LOADER 0xc0010020 +#endif + #include <linux/smp.h> #ifndef X86_CR0_PE -- To unsubscribe from this list: send the line "unsubscribe kvm-commits" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
