Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5505
b: refs/heads/master
c: 141d751
h: refs/heads/master
i:
  5503: 25821ed
v: v3
  • Loading branch information
Robert Love authored and Linus Torvalds committed Jul 30, 2005
1 parent 3d69234 commit 2b27d94
Show file tree
Hide file tree
Showing 3 changed files with 8 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: b0825488a642cadcf39709961dde61440cb0731c
refs/heads/master: 141d751e264c16db554f6681d84056ebde0e8078
3 changes: 3 additions & 0 deletions trunk/arch/ppc/kernel/misc.S
Original file line number Diff line number Diff line change
Expand Up @@ -1451,3 +1451,6 @@ _GLOBAL(sys_call_table)
.long sys_waitid
.long sys_ioprio_set
.long sys_ioprio_get
.long sys_inotify_init /* 275 */
.long sys_inotify_add_watch
.long sys_inotify_rm_watch
5 changes: 4 additions & 1 deletion trunk/include/asm-ppc/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,11 @@
#define __NR_waitid 272
#define __NR_ioprio_set 273
#define __NR_ioprio_get 274
#define __NR_inotify_init 275
#define __NR_inotify_add_watch 276
#define __NR_inotify_rm_watch 277

#define __NR_syscalls 275
#define __NR_syscalls 278

#define __NR(n) #n

Expand Down

0 comments on commit 2b27d94

Please sign in to comment.