Skip to content

Commit

Permalink
powerpc: Update __NR_syscalls to account for SPU syscalls
Browse files Browse the repository at this point in the history
A previous patch ended up not increasing __NR_syscalls to account
for the new SPU syscalls (probably my fault).

Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Paul Mackerras committed Jan 9, 2006
1 parent 8b3d666 commit d6a5550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-powerpc/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
#define __NR_spu_run 278
#define __NR_spu_create 279

#define __NR_syscalls 278
#define __NR_syscalls 280

#ifdef __KERNEL__
#define __NR__exit __NR_exit
Expand Down

0 comments on commit d6a5550

Please sign in to comment.