]> git.karo-electronics.de Git - mv-sheeva.git/commit
[PATCH] powerpc/cell: remove BUILD_BUG_ON and add sys_tee to spu_syscall_table
authorArnd Bergmann <arnd.bergmann@de.ibm.com>
Tue, 18 Apr 2006 13:24:16 +0000 (15:24 +0200)
committerPaul Mackerras <paulus@samba.org>
Fri, 21 Apr 2006 12:32:50 +0000 (22:32 +1000)
commit23b2527d5eae89841eb66b46e80ec91980493dda
treee905775590d0ad81058b4bb0f2bf98778441ccd6
parent60162e498e220d1f03bbee5bac0a9ddd6de60ae7
[PATCH] powerpc/cell: remove BUILD_BUG_ON and add sys_tee to spu_syscall_table

Every time a new syscall gets added, a BUILD_BUG_ON in
arch/powerpc/platforms/cell/spu_callbacks.c gets triggered.
Since the addition of a new syscall is rather harmless,
the error should just be removed.

While we're here, add sys_tee to the list and add a comment
to systbl.S to remind people that there is another list
on powerpc.

Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/systbl.S
arch/powerpc/platforms/cell/spu_callbacks.c