Message ID | 4C93DFC0.10407@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/x86/external-module-compat.h b/x86/external-module-compat.h index cc51b0f..8cb936d 100644 --- a/x86/external-module-compat.h +++ b/x86/external-module-compat.h @@ -1091,3 +1091,8 @@ static inline u64 pvclock_scale_delta(u64 delta, u32 mul_frac, int shift) #else #define kvm_set_64bit set_64bit #endif + + +#ifndef MSR_EBC_FREQUENCY_ID +#define MSR_EBC_FREQUENCY_ID 0x0000002c +#endif