Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5263
b: refs/heads/master
c: d108919
h: refs/heads/master
i:
  5261: 4b77580
  5259: 2e60f71
  5255: 0fb7da7
  5247: d2e409c
v: v3
  • Loading branch information
Robert Love authored and Tony Luck committed Jul 27, 2005
1 parent 41cab86 commit 4b7797f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 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: c2834cf4746cf13501efc3489b1895bce58a4ccb
refs/heads/master: d108919b2b5c064946c9bd30cbd4761d491cddb0
6 changes: 3 additions & 3 deletions trunk/arch/ia64/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -1574,8 +1574,8 @@ sys_call_table:
data8 sys_ioprio_set
data8 sys_ioprio_get // 1275
data8 sys_set_zone_reclaim
data8 sys_ni_syscall
data8 sys_ni_syscall
data8 sys_ni_syscall
data8 sys_inotify_init
data8 sys_inotify_add_watch
data8 sys_inotify_rm_watch

.org sys_call_table + 8*NR_syscalls // guard against failures to increase NR_syscalls
3 changes: 3 additions & 0 deletions trunk/include/asm-ia64/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,9 @@
#define __NR_ioprio_set 1274
#define __NR_ioprio_get 1275
#define __NR_set_zone_reclaim 1276
#define __NR_inotify_init 1277
#define __NR_inotify_add_watch 1278
#define __NR_inotify_rm_watch 1279

#ifdef __KERNEL__

Expand Down

0 comments on commit 4b7797f

Please sign in to comment.