Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83329
b: refs/heads/master
c: 9692bd9
h: refs/heads/master
i:
  83327: e1a0a8d
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Feb 5, 2008
1 parent d5e9d06 commit 6de1174
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 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: 46a56c5a02430f80ef73357aa1295875c1cef2a7
refs/heads/master: 9692bd9c140618e3f6a2848900aee96c9cd8a65c
2 changes: 1 addition & 1 deletion trunk/arch/frv/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -1494,7 +1494,7 @@ sys_call_table:
.long sys_epoll_pwait
.long sys_utimensat /* 320 */
.long sys_signalfd
.long sys_timerfd
.long sys_ni_syscall
.long sys_eventfd
.long sys_fallocate

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/m32r/kernel/syscall_table.S
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,6 @@ ENTRY(sys_call_table)
.long sys_epoll_pwait
.long sys_utimensat /* 320 */
.long sys_signalfd
.long sys_timerfd
.long sys_ni_syscall
.long sys_eventfd
.long sys_fallocate
2 changes: 1 addition & 1 deletion trunk/arch/sh/kernel/syscalls_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,6 @@ ENTRY(sys_call_table)
.long sys_epoll_pwait
.long sys_utimensat /* 320 */
.long sys_signalfd
.long sys_timerfd
.long sys_ni_syscall
.long sys_eventfd
.long sys_fallocate
2 changes: 1 addition & 1 deletion trunk/arch/sh/kernel/syscalls_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,6 @@ sys_call_table:
.long sys_epoll_pwait
.long sys_utimensat
.long sys_signalfd
.long sys_timerfd /* 350 */
.long sys_ni_syscall /* 350 */
.long sys_eventfd
.long sys_fallocate
2 changes: 1 addition & 1 deletion trunk/include/asm-frv/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@
#define __NR_epoll_pwait 319
#define __NR_utimensat 320
#define __NR_signalfd 321
#define __NR_timerfd 322
/* #define __NR_timerfd 322 removed */
#define __NR_eventfd 323
#define __NR_fallocate 324

Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-m32r/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
#define __NR_epoll_pwait 319
#define __NR_utimensat 320
#define __NR_signalfd 321
#define __NR_timerfd 322
/* #define __NR_timerfd 322 removed */
#define __NR_eventfd 323
#define __NR_fallocate 324

Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-sh/unistd_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@
#define __NR_epoll_pwait 319
#define __NR_utimensat 320
#define __NR_signalfd 321
#define __NR_timerfd 322
/* #define __NR_timerfd 322 removed */
#define __NR_eventfd 323
#define __NR_fallocate 324

Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-sh/unistd_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@
#define __NR_epoll_pwait 347
#define __NR_utimensat 348
#define __NR_signalfd 349
#define __NR_timerfd 350
/* #define __NR_timerfd 350 removed */
#define __NR_eventfd 351
#define __NR_fallocate 352

Expand Down

0 comments on commit 6de1174

Please sign in to comment.