Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299635
b: refs/heads/master
c: 98e5272
h: refs/heads/master
i:
  299633: 7bb183c
  299631: 632d1af
v: v3
  • Loading branch information
H.J. Lu authored and H. Peter Anvin committed Apr 23, 2012
1 parent d0172cf commit fa4f191
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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: cd74257b974d6d26442c97891c4d05772748b177
refs/heads/master: 98e5272fe70d62e193f70acf9951667beab27aba
6 changes: 3 additions & 3 deletions trunk/arch/x86/include/asm/posix_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
#else
# ifdef __i386__
# include "posix_types_32.h"
# elif defined(__LP64__)
# include "posix_types_64.h"
# else
# elif defined(__ILP32__)
# include "posix_types_x32.h"
# else
# include "posix_types_64.h"
# endif
#endif
2 changes: 1 addition & 1 deletion trunk/arch/x86/include/asm/sigcontext.h
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ struct sigcontext {
__u64 oldmask;
__u64 cr2;
struct _fpstate __user *fpstate; /* zero when no FPU context */
#ifndef __LP64__
#ifdef __ILP32__
__u32 __fpstate_pad;
#endif
__u64 reserved1[8];
Expand Down
6 changes: 3 additions & 3 deletions trunk/arch/x86/include/asm/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
#else
# ifdef __i386__
# include <asm/unistd_32.h>
# elif defined(__LP64__)
# include <asm/unistd_64.h>
# else
# elif defined(__ILP32__)
# include <asm/unistd_x32.h>
# else
# include <asm/unistd_64.h>
# endif
#endif

Expand Down

0 comments on commit fa4f191

Please sign in to comment.