Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145759
b: refs/heads/master
c: 4ecf458
h: refs/heads/master
i:
  145757: cd25922
  145755: 3f98eb4
  145751: 650f580
  145743: fb15107
  145727: b8ecd7a
v: v3
  • Loading branch information
Jiri Slaby authored and Ingo Molnar committed Apr 8, 2009
1 parent 783ef4a commit ab6ef6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 34ba476a01e128aad51e02f9be854584e9ec73cf
refs/heads/master: 4ecf458492c2d97b3f9d850a5f92d79792e0a7e7
4 changes: 2 additions & 2 deletions trunk/arch/x86/include/asm/i387.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ static inline int fxrstor_checking(struct i387_fxsave_struct *fx)
".previous\n"
_ASM_EXTABLE(1b, 3b)
: [err] "=r" (err)
#if 0 /* See comment in __save_init_fpu() below. */
#if 0 /* See comment in fxsave() below. */
: [fx] "r" (fx), "m" (*fx), "0" (0));
#else
: [fx] "cdaSDb" (fx), "m" (*fx), "0" (0));
Expand Down Expand Up @@ -112,7 +112,7 @@ static inline int fxsave_user(struct i387_fxsave_struct __user *fx)
".previous\n"
_ASM_EXTABLE(1b, 3b)
: [err] "=r" (err), "=m" (*fx)
#if 0 /* See comment in __fxsave_clear() below. */
#if 0 /* See comment in fxsave() below. */
: [fx] "r" (fx), "0" (0));
#else
: [fx] "cdaSDb" (fx), "0" (0));
Expand Down

0 comments on commit ab6ef6e

Please sign in to comment.