projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b3d666
)
powerpc: Update __NR_syscalls to account for SPU syscalls
author
Paul Mackerras
<paulus@samba.org>
Fri, 18 Nov 2005 02:16:43 +0000
(13:16 +1100)
committer
Paul 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
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-powerpc/unistd.h
b/include/asm-powerpc/unistd.h
index 9606349855dacc074984ce6dbdeea8f1e6c69863..19eaac3fbbf9ecc6bad44f00def47608f0f13c94 100644
(file)
--- 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 2
78
+#define __NR_syscalls 2
80
#ifdef __KERNEL__
#define __NR__exit __NR_exit