Re: [patch] add inotify & ioprio syscalls to ARM

2005-08-15 Thread Russell King
On Wed, Aug 10, 2005 at 03:29:27PM -0400, Robert Love wrote: > Hey. Attached patch adds the syscall stubs for the inotify and ioprio > system calls to ARM. Since I haven't had an ack from akpm, I've appled this myself. Thanks. -- Russell King Linux kernel2.6 ARM Linux - http://www.arm.l

Re: [patch] add inotify & ioprio syscalls to ARM

2005-08-11 Thread Russell King
On Wed, Aug 10, 2005 at 03:29:27PM -0400, Robert Love wrote: > Russell, > > Hey. Attached patch adds the syscall stubs for the inotify and ioprio > system calls to ARM. > > Robert Love > > > Signed-off-by: Robert Love <[EMAIL PROTECTED]> Acked-by: Russell King <[EMAIL PROTECTED]> Thank

[patch] add inotify & ioprio syscalls to ARM

2005-08-10 Thread Robert Love
Russell, Hey. Attached patch adds the syscall stubs for the inotify and ioprio system calls to ARM. Robert Love Signed-off-by: Robert Love <[EMAIL PROTECTED]> arch/arm/kernel/calls.S |6 ++ include/asm-arm/unistd.h |5 + 2 files changed, 11 insertions(+) diff -urN l