Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98516
b: refs/heads/master
c: 11dbc96
h: refs/heads/master
v: v3
  • Loading branch information
TAKADA Yoshihito authored and Ingo Molnar committed Jun 30, 2008
1 parent 7af6f61 commit 0583381
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: fcb43042ef55d2f46b0efa5d7746967cef38f056
refs/heads/master: 11dbc963a8f6128595d0f6ecf138dc369e144997
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/i387.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ int xfpregs_get(struct task_struct *target, const struct user_regset *regset,
int ret;

if (!cpu_has_fxsr)
return -ENODEV;
return -EIO;

ret = init_fpu(target);
if (ret)
Expand All @@ -179,7 +179,7 @@ int xfpregs_set(struct task_struct *target, const struct user_regset *regset,
int ret;

if (!cpu_has_fxsr)
return -ENODEV;
return -EIO;

ret = init_fpu(target);
if (ret)
Expand Down

0 comments on commit 0583381

Please sign in to comment.