[PATCH 59/60] microblaze_v4: syscall_table.S and unistd.h

Paul Mundt lethal at linux-sh.org
Sat Jun 28 15:10:27 EST 2008


On Thu, Jun 26, 2008 at 02:30:28PM +0200, monstr at seznam.cz wrote:
> +#define __NR_semtimedop		325
> +#define __NR_timerfd_settime	326
> +#define __NR_timerfd_gettime	327
> +
> +#ifdef __KERNEL__
> +
> +#define __NR_syscalls		327
> +
Off-by-1 on __NR_syscalls, this should be 328.



More information about the Linuxppc-dev mailing list