Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d6a55504 authored by Paul Mackerras's avatar Paul Mackerras
Browse files

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: default avatarPaul Mackerras <paulus@samba.org>
parent 8b3d6663
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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