Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8901
b: refs/heads/master
c: 3333337
h: refs/heads/master
i:
  8899: d94f479
v: v3
  • Loading branch information
Chuck Ebbert authored and Linus Torvalds committed Sep 13, 2005
1 parent f6e4287 commit 1309c8d
Show file tree
Hide file tree
Showing 2 changed files with 4 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: ddbf9ef385bfbef897210733abfb73cb9b94ecec
refs/heads/master: 33333373c40633cec8791a284e84e4b116522c8f
5 changes: 3 additions & 2 deletions trunk/arch/i386/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -807,8 +807,9 @@ void math_error(void __user *eip)
cwd = get_fpu_cwd(task);
swd = get_fpu_swd(task);
switch (swd & ~cwd & 0x3f) {
case 0x000:
default:
case 0x000: /* No unmasked exception */
return;
default: /* Multiple exceptions */
break;
case 0x001: /* Invalid Op */
/*
Expand Down

0 comments on commit 1309c8d

Please sign in to comment.