Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132021
b: refs/heads/master
c: 4302e5d
h: refs/heads/master
i:
  132019: 1cf6937
v: v3
  • Loading branch information
Ralf Baechle authored and Linus Torvalds committed Mar 8, 2009
1 parent 1d3cf10 commit 89b7e69
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 559595a985e106d2fa9f0c79b7f5805453fed593
refs/heads/master: 4302e5d53b9166d45317e3ddf0a7a9dab3efd43b
7 changes: 7 additions & 0 deletions trunk/arch/mips/include/asm/compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
/*
* Architecture specific compatibility types
*/
#include <linux/seccomp.h>
#include <linux/thread_info.h>
#include <linux/types.h>
#include <asm/page.h>
#include <asm/ptrace.h>
Expand Down Expand Up @@ -218,4 +220,9 @@ struct compat_shmid64_ds {
compat_ulong_t __unused2;
};

static inline int is_compat_task(void)
{
return test_thread_flag(TIF_32BIT);
}

#endif /* _ASM_COMPAT_H */

0 comments on commit 89b7e69

Please sign in to comment.