Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191508
b: refs/heads/master
c: dce8bf4
h: refs/heads/master
v: v3
  • Loading branch information
H. Peter Anvin committed May 10, 2010
1 parent 340cf85 commit 902f0ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c3f8978ea332cd4be88e12574452a025892ac9af
refs/heads/master: dce8bf4e115aa44d590802ce3554e926840c9042
2 changes: 1 addition & 1 deletion trunk/arch/x86/include/asm/i387.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 902f0ec

Please sign in to comment.