Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86715
b: refs/heads/master
c: 8727e28
h: refs/heads/master
i:
  86713: 96340e3
  86711: d04d6c8
v: v3
  • Loading branch information
Geert Uytterhoeven authored and Linus Torvalds committed Mar 4, 2008
1 parent 1ecc283 commit ee5d655
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 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: 0a504779d312ab20b9dbe3c8f1c66f395f80e2eb
refs/heads/master: 8727e28ddebb031d80b5e261c98c24f1dcb9a82f
4 changes: 3 additions & 1 deletion trunk/arch/m68k/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,9 @@ sys_call_table:
.long sys_epoll_pwait /* 315 */
.long sys_utimensat
.long sys_signalfd
.long sys_ni_syscall
.long sys_timerfd_create
.long sys_eventfd
.long sys_fallocate /* 320 */
.long sys_timerfd_settime
.long sys_timerfd_gettime

4 changes: 3 additions & 1 deletion trunk/arch/m68knommu/kernel/syscalltable.S
Original file line number Diff line number Diff line change
Expand Up @@ -336,9 +336,11 @@ ENTRY(sys_call_table)
.long sys_epoll_pwait /* 315 */
.long sys_utimensat
.long sys_signalfd
.long sys_ni_syscall
.long sys_timerfd_create
.long sys_eventfd
.long sys_fallocate /* 320 */
.long sys_timerfd_settime
.long sys_timerfd_gettime

.rept NR_syscalls-(.-sys_call_table)/4
.long sys_ni_syscall
Expand Down
6 changes: 4 additions & 2 deletions trunk/include/asm-m68k/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -320,13 +320,15 @@
#define __NR_epoll_pwait 315
#define __NR_utimensat 316
#define __NR_signalfd 317
#define __NR_timerfd 318
#define __NR_timerfd_create 318
#define __NR_eventfd 319
#define __NR_fallocate 320
#define __NR_timerfd_settime 321
#define __NR_timerfd_gettime 322

#ifdef __KERNEL__

#define NR_syscalls 321
#define NR_syscalls 323

#define __ARCH_WANT_IPC_PARSE_VERSION
#define __ARCH_WANT_OLD_READDIR
Expand Down
6 changes: 4 additions & 2 deletions trunk/include/asm-m68knommu/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -321,13 +321,15 @@
#define __NR_epoll_pwait 315
#define __NR_utimensat 316
#define __NR_signalfd 317
#define __NR_timerfd 318
#define __NR_timerfd_create 318
#define __NR_eventfd 319
#define __NR_fallocate 320
#define __NR_timerfd_settime 321
#define __NR_timerfd_gettime 322

#ifdef __KERNEL__

#define NR_syscalls 321
#define NR_syscalls 323

#define __ARCH_WANT_IPC_PARSE_VERSION
#define __ARCH_WANT_OLD_READDIR
Expand Down

0 comments on commit ee5d655

Please sign in to comment.