diff --git a/[refs] b/[refs] index 16b29c3d2e9f..a0dc3ed0d252 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c3f8978ea332cd4be88e12574452a025892ac9af +refs/heads/master: dce8bf4e115aa44d590802ce3554e926840c9042 diff --git a/trunk/arch/x86/include/asm/i387.h b/trunk/arch/x86/include/asm/i387.h index 1a8cca33b736..8002e9ce25fc 100644 --- a/trunk/arch/x86/include/asm/i387.h +++ b/trunk/arch/x86/include/asm/i387.h @@ -64,7 +64,7 @@ static inline bool use_xsave(void) alternative_io("mov $0, %0", "mov $1, %0", X86_FEATURE_XSAVE, - "=g"(has_xsave)); + "=qm" (has_xsave)); return has_xsave; }