android_kernel_xiaomi_sm8350/arch/powerpc/platforms/cell
Arnd Bergmann 23b2527d5e [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>
2006-04-21 22:32:50 +10:00
..
spufs [PATCH] spufs: fix context-switch decrementer code 2006-04-13 09:38:46 -07:00
interrupt.c [PATCH] for_each_possible_cpu: powerpc 2006-03-29 13:44:15 +11:00
interrupt.h [PATCH] powerpc: cell interrupt controller updates 2006-03-27 14:48:18 +11:00
iommu.c [PATCH] powerpc: use guarded ioremap for cell on-chip mappings 2006-03-27 14:48:42 +11:00
iommu.h
Kconfig [PATCH] spufs: enable SPE problem state MMIO access. 2006-03-27 14:48:28 +11:00
Makefile [PATCH] spufs: allow SPU code to do syscalls 2006-03-27 14:48:24 +11:00
pervasive.c [PATCH] for_each_possible_cpu: powerpc 2006-03-29 13:44:15 +11:00
pervasive.h
setup.c [PATCH] powerpc: Kill _machine and hard-coded platform numbers 2006-03-28 23:15:54 +11:00
smp.c
spider-pic.c [PATCH] powerpc: use guarded ioremap for cell on-chip mappings 2006-03-27 14:48:42 +11:00
spu_base.c [PATCH] spufs: Fix endless protection fault on LS writes by SPE. 2006-03-27 14:48:44 +11:00
spu_callbacks.c [PATCH] powerpc/cell: remove BUILD_BUG_ON and add sys_tee to spu_syscall_table 2006-04-21 22:32:50 +10:00
spu_priv1.c
spu_syscalls.c