Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63847
b: refs/heads/master
c: 60c9834
h: refs/heads/master
i:
  63845: ce15ba6
  63843: 415b591
  63839: 8137b6f
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Aug 11, 2007
1 parent ee86195 commit 7b4d4e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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: e798bd95b61918e653f3d28f9176237236f2d103
refs/heads/master: 60c9834238482f805b1d9e4dc2a780405ddab80f
1 change: 1 addition & 0 deletions trunk/arch/frv/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -1496,6 +1496,7 @@ sys_call_table:
.long sys_signalfd
.long sys_timerfd
.long sys_eventfd
.long sys_fallocate


syscall_table_size = (. - sys_call_table)
3 changes: 2 additions & 1 deletion trunk/include/asm-frv/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -330,10 +330,11 @@
#define __NR_signalfd 321
#define __NR_timerfd 322
#define __NR_eventfd 323
#define __NR_fallocate 324

#ifdef __KERNEL__

#define NR_syscalls 324
#define NR_syscalls 325

#define __ARCH_WANT_IPC_PARSE_VERSION
/* #define __ARCH_WANT_OLD_READDIR */
Expand Down

0 comments on commit 7b4d4e2

Please sign in to comment.