Re: cell compile fixes.

From: Arnd Bergmann
Date: Sat Apr 01 2006 - 06:50:38 EST


Am Saturday 01 April 2006 06:53 schrieb Dave Jones:
> Missing include for __NR_syscalls, and missing sys_splice() that
> causes build-time failure due to compile-time bounds check on
> spu_syscall_table.
>
> Signed-off-by: Dave Jones <davej@xxxxxxxxxx>

Acked-by: Arnd Bergmann <arnd@xxxxxxxx>

It's not always obvious if a syscall can be added to that list, e.g.
pselect6 could not because the SPU must not change the signal mask,
but splice belongs in there.

Thanks,
Arnd <><
-
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/