Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107489
b: refs/heads/master
c: 02c3638
h: refs/heads/master
i:
  107487: f6b9819
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Aug 1, 2008
1 parent df6c250 commit 800185f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3ab36ab68531ad90648fdeedcaf437f121572ede
refs/heads/master: 02c363808981b67e631fe71cc7e952497f761bef
6 changes: 6 additions & 0 deletions trunk/arch/mn10300/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,12 @@ ENTRY(sys_call_table)
.long sys_fallocate /* 325 */
.long sys_timerfd_settime
.long sys_timerfd_gettime
.long sys_signalfd4
.long sys_eventfd2
.long sys_epoll_create1 /* 330 */
.long sys_dup3
.long sys_pipe2
.long sys_inotify_init1


nr_syscalls=(.-sys_call_table)/4
6 changes: 6 additions & 0 deletions trunk/include/asm-mn10300/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,12 @@
#define __NR_fallocate 325
#define __NR_timerfd_settime 326
#define __NR_timerfd_gettime 327
#define __NR_signalfd4 328
#define __NR_eventfd2 329
#define __NR_epoll_create1 330
#define __NR_dup3 331
#define __NR_pipe2 332
#define __NR_inotify_init1 333

#ifdef __KERNEL__

Expand Down

0 comments on commit 800185f

Please sign in to comment.