Re: [patch] inotify: ppc32 syscalls.

2005-07-27 Thread Andrew Morton
Robert Love <[EMAIL PROTECTED]> wrote: > > Hey, Paulus, > > Add inotify system call stubs to PPC32. > ppc64 likes to keep its 32-bit-syscall table in sync with ppc32 so it'd be best to do ppc64 while we're at it (both sys_call_table and sys_call_table32) > > arch/ppc/kernel/misc.S |3

[patch] inotify: ppc32 syscalls.

2005-07-27 Thread Robert Love
Hey, Paulus, Add inotify system call stubs to PPC32. Signed-off-by: Robert Love <[EMAIL PROTECTED]> arch/ppc/kernel/misc.S |3 +++ include/asm-ppc/unistd.h |5 - 2 files changed, 7 insertions(+), 1 deletion(-) diff -urN linux-2.6.13-rc3-git8/arch/ppc/kernel/misc.S

[patch] inotify: ppc32 syscalls.

2005-07-27 Thread Robert Love
Hey, Paulus, Add inotify system call stubs to PPC32. Signed-off-by: Robert Love [EMAIL PROTECTED] arch/ppc/kernel/misc.S |3 +++ include/asm-ppc/unistd.h |5 - 2 files changed, 7 insertions(+), 1 deletion(-) diff -urN linux-2.6.13-rc3-git8/arch/ppc/kernel/misc.S

Re: [patch] inotify: ppc32 syscalls.

2005-07-27 Thread Andrew Morton
Robert Love [EMAIL PROTECTED] wrote: Hey, Paulus, Add inotify system call stubs to PPC32. ppc64 likes to keep its 32-bit-syscall table in sync with ppc32 so it'd be best to do ppc64 while we're at it (both sys_call_table and sys_call_table32) arch/ppc/kernel/misc.S |3 +++