Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146882
b: refs/heads/master
c: 6a1555f
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Jun 11, 2009
1 parent ed34a31 commit 9debd65
Show file tree
Hide file tree
Showing 5 changed files with 7 additions 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: 75c936aec050113c12f74581f51779ffc5502a51
refs/heads/master: 6a1555fdde407dad23b8a119cf5feeb7c6466de9
3 changes: 2 additions & 1 deletion trunk/arch/sh/include/asm/unistd_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,9 @@
#define __NR_inotify_init1 332
#define __NR_preadv 333
#define __NR_pwritev 334
#define __NR_rt_tgsigqueueinfo 335

#define NR_syscalls 335
#define NR_syscalls 336

#ifdef __KERNEL__

Expand Down
3 changes: 2 additions & 1 deletion trunk/arch/sh/include/asm/unistd_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -383,10 +383,11 @@
#define __NR_inotify_init1 360
#define __NR_preadv 361
#define __NR_pwritev 362
#define __NR_rt_tgsigqueueinfo 363

#ifdef __KERNEL__

#define NR_syscalls 363
#define NR_syscalls 364

#define __ARCH_WANT_IPC_PARSE_VERSION
#define __ARCH_WANT_OLD_READDIR
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/sh/kernel/syscalls_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -351,3 +351,4 @@ ENTRY(sys_call_table)
.long sys_inotify_init1
.long sys_preadv
.long sys_pwritev
.long sys_rt_tgsigqueueinfo /* 335 */
1 change: 1 addition & 0 deletions trunk/arch/sh/kernel/syscalls_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -389,3 +389,4 @@ sys_call_table:
.long sys_inotify_init1 /* 360 */
.long sys_preadv
.long sys_pwritev
.long sys_rt_tgsigqueueinfo

0 comments on commit 9debd65

Please sign in to comment.