Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 55850
b: refs/heads/master
c: ab5570f
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Rothwell authored and Paul Mackerras committed May 10, 2007
1 parent 8cb697b commit 9e706ca
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: 2ecf042ef530dd0943e41d84b6344f507941af3e
refs/heads/master: ab5570f093585a124cd440f5229393e36c5d600e
1 change: 1 addition & 0 deletions trunk/include/asm-powerpc/systbl.h
Original file line number Diff line number Diff line change
Expand Up @@ -307,3 +307,4 @@ COMPAT_SYS_SPU(set_robust_list)
COMPAT_SYS_SPU(move_pages)
SYSCALL_SPU(getcpu)
COMPAT_SYS(epoll_pwait)
COMPAT_SYS_SPU(utimensat)
3 changes: 2 additions & 1 deletion trunk/include/asm-powerpc/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -326,10 +326,11 @@
#define __NR_move_pages 301
#define __NR_getcpu 302
#define __NR_epoll_pwait 303
#define __NR_utimensat 304

#ifdef __KERNEL__

#define __NR_syscalls 304
#define __NR_syscalls 305

#define __NR__exit __NR_exit
#define NR_syscalls __NR_syscalls
Expand Down

0 comments on commit 9e706ca

Please sign in to comment.