Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89019
b: refs/heads/master
c: af1fec1
h: refs/heads/master
i:
  89017: 844401b
  89015: 6231961
v: v3
  • Loading branch information
Joe Perches authored and Ingo Molnar committed Apr 17, 2008
1 parent 6df07e0 commit e8dce17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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: 895b7643d6d2d04761344e18a2473255f2551e9e
refs/heads/master: af1fec15de17086864fc3917e21a31e303ec0e91
7 changes: 4 additions & 3 deletions trunk/include/asm-x86/sigcontext.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ struct sigcontext {
unsigned long flags;
unsigned long sp_at_signal;
unsigned short ss, __ssh;
struct _fpstate __user * fpstate;
struct _fpstate __user *fpstate;
unsigned long oldmask;
unsigned long cr2;
};
Expand Down Expand Up @@ -107,7 +107,7 @@ struct sigcontext {
unsigned long eflags;
unsigned long esp_at_signal;
unsigned short ss, __ssh;
struct _fpstate __user * fpstate;
struct _fpstate __user *fpstate;
unsigned long oldmask;
unsigned long cr2;
};
Expand All @@ -121,7 +121,8 @@ struct sigcontext {
struct _fpstate {
__u16 cwd;
__u16 swd;
__u16 twd; /* Note this is not the same as the 32bit/x87/FSAVE twd */
__u16 twd; /* Note this is not the same as the
32bit/x87/FSAVE twd */
__u16 fop;
__u64 rip;
__u64 rdp;
Expand Down

0 comments on commit e8dce17

Please sign in to comment.