From: Jan Kiszka <[email protected]> Signed-off-by: Jan Kiszka <[email protected]>
diff --git a/x86/external-module-compat.h b/x86/external-module-compat.h index a1a21a5..7056aa1 100644 --- a/x86/external-module-compat.h +++ b/x86/external-module-compat.h @@ -165,6 +165,10 @@ static inline int rdmsrl_safe(unsigned msr, unsigned long long *p) #define X86_FEATURE_FXSR_OPT (1*32+25) #endif +#ifndef X86_FEATURE_GBPAGES +#define X86_FEATURE_GBPAGES (1*32+26) /* GB pages */ +#endif + #ifndef X86_FEATURE_SSSE3 #define X86_FEATURE_SSSE3 (4*32+ 9) /* Supplemental SSE-3 */ #endif -- 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
