Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54309
b: refs/heads/master
c: d883935
h: refs/heads/master
i:
  54307: 104d83d
v: v3
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed May 7, 2007
1 parent d10c257 commit 3ed8af1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition 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: d973a77bdb3ade9240173b6ed6e003a319499211
refs/heads/master: d8839354a04181b4cc95cebf7f7622cf336bd58e
1 change: 0 additions & 1 deletion trunk/arch/um/sys-i386/user-offsets.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ void foo(void)
OFFSET(HOST_SC_FP_ST, _fpstate, _st);
OFFSET(HOST_SC_FXSR_ENV, _fpstate, _fxsr_env);

DEFINE(HOST_FRAME_SIZE, FRAME_SIZE);
DEFINE_LONGS(HOST_FP_SIZE, sizeof(struct user_i387_struct));
DEFINE_LONGS(HOST_XFP_SIZE, sizeof(struct user_fxsr_struct));

Expand Down
1 change: 0 additions & 1 deletion trunk/arch/um/sys-x86_64/user-offsets.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ void foo(void)
OFFSET(HOST_SC_SS, sigcontext, ss);
#endif

DEFINE_LONGS(HOST_FRAME_SIZE, FRAME_SIZE);
DEFINE(HOST_FP_SIZE, sizeof(struct _fpstate) / sizeof(unsigned long));
DEFINE(HOST_XFP_SIZE, 0);
DEFINE_LONGS(HOST_RBX, RBX);
Expand Down

0 comments on commit 3ed8af1

Please sign in to comment.