Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57738
b: refs/heads/master
c: fd3eef1
h: refs/heads/master
v: v3
  • Loading branch information
Kyle McMartin authored and Kyle McMartin committed May 23, 2007
1 parent af2c1df commit 6861e1e
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: 034a15bfef7f52b4f1ff928b9a06d993969857db
refs/heads/master: fd3eef10f5a55acdefbd3f53ca7618a35cb6231f
1 change: 1 addition & 0 deletions trunk/arch/parisc/kernel/syscall_table.S
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@
ENTRY_SAME(epoll_pwait)
ENTRY_COMP(statfs64)
ENTRY_COMP(fstatfs64)
ENTRY_COMP(kexec_load) /* 300 */
/* Nothing yet */

#undef ENTRY_SAME
Expand Down
3 changes: 2 additions & 1 deletion trunk/include/asm-parisc/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -792,8 +792,9 @@
#define __NR_epoll_pwait (__NR_Linux + 297)
#define __NR_statfs64 (__NR_Linux + 298)
#define __NR_fstatfs64 (__NR_Linux + 299)
#define __NR_kexec_load (__NR_Linux + 300)

#define __NR_Linux_syscalls (__NR_fstatfs64 + 1)
#define __NR_Linux_syscalls (__NR_kexec_load + 1)

#define HPUX_GATEWAY_ADDR 0xC0000004
#define LINUX_GATEWAY_ADDR 0x100
Expand Down

0 comments on commit 6861e1e

Please sign in to comment.