Re: [PATCH] sys_vmsplice

From: Andrew Morton
Date: Fri Apr 21 2006 - 05:27:02 EST


Jens Axboe <axboe@xxxxxxx> wrote:
>
> > long spu_sys_callback(struct spu_syscall_block *s)
> > {
> > long (*syscall)(u64 a1, u64 a2, u64 a3, u64 a4, u64 a5, u64 a6);
> >
> > BUILD_BUG_ON(ARRAY_SIZE(spu_syscall_table) != __NR_syscalls);
>
> I'll leave the ppc syscall update out of it.

It might be better to just stick the new entry into the spufs table, make
sure that the powerpc guys see it go in. That way, ppc64 people (Linus,
maybe you?) can test it.

I guess mapping it onto sys_ni_syscall would be safest.

(It's been broken since sys_tee went in, btw).
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/