The patch titled powerpc: fill hole in Cell SPU syscall table has been removed from the -mm tree. Its filename is powerpc-fill-hole-in-cell-spu-syscall-table.patch This patch was probably dropped from -mm because it has now been merged into a subsystem tree or into Linus's tree, or because it was folded into its parent patch in the -mm tree. ------------------------------------------------------ Subject: powerpc: fill hole in Cell SPU syscall table From: David Woodhouse <dwmw2@xxxxxxxxxxxxx> 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 <dwmw2@xxxxxxxxxxxxx> Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> Acked-by: Paul Mackerras <paulus@xxxxxxxxx> Cc: Arnd Bergmann <arnd@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/powerpc/platforms/cell/spu_callbacks.c | 1 + 1 files changed, 1 insertion(+) diff -puN arch/powerpc/platforms/cell/spu_callbacks.c~powerpc-fill-hole-in-cell-spu-syscall-table arch/powerpc/platforms/cell/spu_callbacks.c --- devel/arch/powerpc/platforms/cell/spu_callbacks.c~powerpc-fill-hole-in-cell-spu-syscall-table 2006-05-23 07:46:12.000000000 -0700 +++ devel-akpm/arch/powerpc/platforms/cell/spu_callbacks.c 2006-05-23 07:46:12.000000000 -0700 @@ -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, _ Patches currently in -mm which might be from dwmw2@xxxxxxxxxxxxx are origin.patch git-hdrcleanup.patch git-hdrcleanup-vs-git-klibc-on-ia64.patch git-hdrcleanup-vs-git-klibc-on-ia64-2.patch git-hdrinstall.patch git-mtd.patch git-rbtree.patch typesh-sector_t-and-blkcnt_t-arent-for-userspace.patch kconfigurable-resources-mtd-fixes.patch remove-fs-jffs2-ioctlc.patch drivers-char-applicomc-proper-module_initexit.patch use-list_add_tail-instead-of-list_add.patch use-list_add_tail-instead-of-list_add-fix.patch debug-shared-irqs.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html