Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36339
b: refs/heads/master
c: 5c55cd6
h: refs/heads/master
i:
  36337: 3379757
  36335: 66b31cd
v: v3
  • Loading branch information
Tony Luck committed Sep 26, 2006
1 parent 89e6ed0 commit 15b16b5
Show file tree
Hide file tree
Showing 3 changed files with 5 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: a192dc16000241dc02990a36b6830839b73c44de
refs/heads/master: 5c55cd63a77a85f603c98c2171a8054ca34b6a9f
4 changes: 2 additions & 2 deletions trunk/arch/ia64/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -1605,8 +1605,8 @@ sys_call_table:
data8 sys_ni_syscall // 1295 reserved for ppoll
data8 sys_unshare
data8 sys_splice
data8 sys_ni_syscall // reserved for set_robust_list
data8 sys_ni_syscall // reserved for get_robust_list
data8 sys_set_robust_list
data8 sys_get_robust_list
data8 sys_sync_file_range // 1300
data8 sys_tee
data8 sys_vmsplice
Expand Down
3 changes: 2 additions & 1 deletion trunk/include/asm-ia64/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,8 @@
/* 1294, 1295 reserved for pselect/ppoll */
#define __NR_unshare 1296
#define __NR_splice 1297
/* 1298, 1299 reserved for set_robust_list/get_robust_list */
#define __NR_set_robust_list 1298
#define __NR_get_robust_list 1299
#define __NR_sync_file_range 1300
#define __NR_tee 1301
#define __NR_vmsplice 1302
Expand Down

0 comments on commit 15b16b5

Please sign in to comment.