mirror of
https://github.com/adulau/aha.git
synced 2024-12-30 20:56:23 +00:00
powerpc: Update __NR_syscalls to account for SPU syscalls
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>
This commit is contained in:
parent
8b3d6663c6
commit
d6a55504b3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue