aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/include/asm/i387.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/i387.h b/arch/x86/include/asm/i387.h
index 1a8cca33b736..8002e9ce25fc 100644
--- a/arch/x86/include/asm/i387.h
+++ b/arch/x86/include/asm/i387.h
@@ -64,7 +64,7 @@ static inline bool use_xsave(void)
64 alternative_io("mov $0, %0", 64 alternative_io("mov $0, %0",
65 "mov $1, %0", 65 "mov $1, %0",
66 X86_FEATURE_XSAVE, 66 X86_FEATURE_XSAVE,
67 "=g"(has_xsave)); 67 "=qm" (has_xsave));
68 68
69 return has_xsave; 69 return has_xsave;
70} 70}