projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb6e093
)
[PATCH] powerpc: fill hole in Cell SPU syscall table
author
David Woodhouse
<
[email protected]
>
Tue, 23 May 2006 14:46:38 +0000
(07:46 -0700)
committer
Linus Torvalds
<
[email protected]
>
Tue, 23 May 2006 17:35:32 +0000
(10:35 -0700)
Syscall number 224 was absent from the table, which I believe means that
the SPU can cause an oops by attempting to use it.
Signed-off-by: David Woodhouse <
[email protected]
>
Cc: Benjamin Herrenschmidt <
[email protected]
>
Acked-by: Paul Mackerras <
[email protected]
>
Cc: Arnd Bergmann <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/powerpc/platforms/cell/spu_callbacks.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/cell/spu_callbacks.c
b/arch/powerpc/platforms/cell/spu_callbacks.c
index 95b36430aa0fa4b495ee08342bee9b9756065c2d..67453147cd990294ccc1671b9df390eefb616054 100644
(file)
--- a/
arch/powerpc/platforms/cell/spu_callbacks.c
+++ b/
arch/powerpc/platforms/cell/spu_callbacks.c
@@
-258,6
+258,7
@@
void *spu_syscall_table[] = {
[__NR_futex] sys_futex,
[__NR_sched_setaffinity] sys_sched_setaffinity,
[__NR_sched_getaffinity] sys_sched_getaffinity,
+ [224] sys_ni_syscall,
[__NR_tuxcall] sys_ni_syscall,
[226] sys_ni_syscall,
[__NR_io_setup] sys_io_setup,