]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
powerpc: Update __NR_syscalls to account for SPU syscalls
authorPaul Mackerras <paulus@samba.org>
Fri, 18 Nov 2005 02:16:43 +0000 (13:16 +1100)
committerPaul Mackerras <paulus@samba.org>
Mon, 9 Jan 2006 03:49:34 +0000 (14:49 +1100)
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>
include/asm-powerpc/unistd.h

index 9606349855dacc074984ce6dbdeea8f1e6c69863..19eaac3fbbf9ecc6bad44f00def47608f0f13c94 100644 (file)
 #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