Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279707
b: refs/heads/master
c: 479badc
h: refs/heads/master
i:
  279705: bccc8b2
  279703: d20c832
v: v3
  • Loading branch information
Greg Ungerer committed Dec 24, 2011
1 parent bff6357 commit ca4c9e7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 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: 46729d0eb301f689272c64a9417e7b40038f42a6
refs/heads/master: 479badc364b52774d77264aaf81f4d4b375a4a97
4 changes: 0 additions & 4 deletions trunk/arch/m68k/include/asm/sigcontext.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@ struct sigcontext {
unsigned long sc_pc;
unsigned short sc_formatvec;
#ifndef __uClinux__
# ifdef __mcoldfire__
unsigned long sc_fpregs[2][2]; /* room for two fp registers */
# else
unsigned long sc_fpregs[2*3]; /* room for two fp registers */
# endif
unsigned long sc_fpcntl[3];
unsigned char sc_fpstate[216];
#endif
Expand Down
4 changes: 0 additions & 4 deletions trunk/arch/m68k/include/asm/ucontext.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ typedef greg_t gregset_t[NGREG];

typedef struct fpregset {
int f_fpcntl[3];
#ifdef __mcoldfire__
int f_fpregs[8][2];
#else
int f_fpregs[8*3];
#endif
} fpregset_t;

struct mcontext {
Expand Down

0 comments on commit ca4c9e7

Please sign in to comment.