Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132345
b: refs/heads/master
c: 3b289d6
h: refs/heads/master
i:
  132343: d7d359b
v: v3
  • Loading branch information
Zhang Le authored and Ralf Baechle committed Mar 13, 2009
1 parent e8ceef2 commit 04cf968
Show file tree
Hide file tree
Showing 89 changed files with 1,711 additions and 2,811 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: 228b5b7e840f79c8751614ae2b83e97e361634ce
refs/heads/master: 3b289d6e35a1a535c19a5b079f0500526754e650
6 changes: 4 additions & 2 deletions trunk/MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -3350,8 +3350,10 @@ S: Maintained
PARISC ARCHITECTURE
P: Kyle McMartin
M: kyle@mcmartin.ca
P: Helge Deller
M: deller@gmx.de
P: Matthew Wilcox
M: matthew@wil.cx
P: Grant Grundler
M: grundler@parisc-linux.org
L: linux-parisc@vger.kernel.org
W: http://www.parisc-linux.org/
T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
Expand Down
4 changes: 0 additions & 4 deletions trunk/arch/mips/include/asm/seccomp.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,13 @@
*/
#ifdef CONFIG_MIPS32_O32

#define TIF_32BIT TIF_32BIT_REGS

#define __NR_seccomp_read_32 4003
#define __NR_seccomp_write_32 4004
#define __NR_seccomp_exit_32 4001
#define __NR_seccomp_sigreturn_32 4193 /* rt_sigreturn */

#elif defined(CONFIG_MIPS32_N32)

#define TIF_32BIT _TIF_32BIT_ADDR

#define __NR_seccomp_read_32 6000
#define __NR_seccomp_write_32 6001
#define __NR_seccomp_exit_32 6058
Expand Down
6 changes: 6 additions & 0 deletions trunk/arch/mips/include/asm/thread_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,12 @@ register struct thread_info *__current_thread_info __asm__("$28");
#define TIF_LOAD_WATCH 25 /* If set, load watch registers */
#define TIF_SYSCALL_TRACE 31 /* syscall trace active */

#ifdef CONFIG_MIPS32_O32
#define TIF_32BIT TIF_32BIT_REGS
#elif defined(CONFIG_MIPS32_N32)
#define TIF_32BIT _TIF_32BIT_ADDR
#endif /* CONFIG_MIPS32_O32 */

#define _TIF_SYSCALL_TRACE (1<<TIF_SYSCALL_TRACE)
#define _TIF_SIGPENDING (1<<TIF_SIGPENDING)
#define _TIF_NEED_RESCHED (1<<TIF_NEED_RESCHED)
Expand Down
Loading

0 comments on commit 04cf968

Please sign in to comment.