Re: [PATCH RT] Fix NR_syscalls in ARM

2007-06-01 Thread Russell King
On Sat, Jun 02, 2007 at 12:18:40AM +0100, Russell King wrote: > On Fri, Jun 01, 2007 at 04:10:53PM -0700, Deepak Saxena wrote: > > The -rt patch adds a NR_syscalls symbol to the arm/unistd.h but > > it is not the correct value as there are 348 syscalls on ARM > > and the existing change sets the sy

Re: [PATCH RT] Fix NR_syscalls in ARM

2007-06-01 Thread Russell King
On Fri, Jun 01, 2007 at 04:10:53PM -0700, Deepak Saxena wrote: > The -rt patch adds a NR_syscalls symbol to the arm/unistd.h but > it is not the correct value as there are 348 syscalls on ARM > and the existing change sets the symbol to 322. > > Russell: Why isn't this in mainline? Other arches al

[PATCH RT] Fix NR_syscalls in ARM

2007-06-01 Thread Deepak Saxena
The -rt patch adds a NR_syscalls symbol to the arm/unistd.h but it is not the correct value as there are 348 syscalls on ARM and the existing change sets the symbol to 322. Signed-off-by: Deepak Saxena <[EMAIL PROTECTED]> --- Russell: Why isn't this in mainline? Other arches all seem to have t