Signed-off-by: Jan Kiszka <jan.kiszka@xxxxxxxxxxx> --- x86/external-module-compat.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) 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" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html