aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/unistd.h
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2005-11-18 13:16:43 +1100
committerPaul Mackerras <paulus@samba.org>2006-01-09 14:49:34 +1100
commitd6a55504b31dac7a0fd5d12bb6bd9f3773c88569 (patch)
tree9e26b1e4029ce491ab911e6ee45f0fca540ae395 /include/asm-powerpc/unistd.h
parent[PATCH] spufs: cooperative scheduler support (diff)
downloadlinux-dev-d6a55504b31dac7a0fd5d12bb6bd9f3773c88569.tar.xz
linux-dev-d6a55504b31dac7a0fd5d12bb6bd9f3773c88569.zip
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>
Diffstat (limited to '')
-rw-r--r--include/asm-powerpc/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-powerpc/unistd.h b/include/asm-powerpc/unistd.h
index 9606349855da..19eaac3fbbf9 100644
--- a/include/asm-powerpc/unistd.h
+++ b/include/asm-powerpc/unistd.h
@@ -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