Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250385
b: refs/heads/master
c: c7434db
h: refs/heads/master
i:
  250383: 25d8266
v: v3
  • Loading branch information
Paul Mundt committed May 23, 2011
1 parent 32c314b commit f407234
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: 1b842e91fea9447eff5eb687e28ad61c02f5033e
refs/heads/master: c7434dbf29b4803d1caa0d1267fb6a455494d0d7
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 @@ -373,8 +373,9 @@
#define __NR_open_by_handle_at 360
#define __NR_clock_adjtime 361
#define __NR_syncfs 362
#define __NR_sendmmsg 363

#define NR_syscalls 363
#define NR_syscalls 364

#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 @@ -394,10 +394,11 @@
#define __NR_open_by_handle_at 371
#define __NR_clock_adjtime 372
#define __NR_syncfs 373
#define __NR_sendmmsg 374

#ifdef __KERNEL__

#define NR_syscalls 374
#define NR_syscalls 375

#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 @@ -380,3 +380,4 @@ ENTRY(sys_call_table)
.long sys_open_by_handle_at /* 360 */
.long sys_clock_adjtime
.long sys_syncfs
.long sys_sendmmsg
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 @@ -400,3 +400,4 @@ sys_call_table:
.long sys_open_by_handle_at
.long sys_clock_adjtime
.long sys_syncfs
.long sys_sendmmsg

0 comments on commit f407234

Please sign in to comment.