From: Andrew Morton <akpm@osdl.org>
To: Robert Love <rml@novell.com>
Cc: paulus@samba.org, linux-kernel@vger.kernel.org, ttb@tentacle.dhs.org
Subject: Re: [patch] inotify: ppc32 syscalls.
Date: Wed, 27 Jul 2005 09:55:39 -0700 [thread overview]
Message-ID: <20050727095539.602fcc4a.akpm@osdl.org> (raw)
In-Reply-To: <1122479106.21253.158.camel@betsy>
Robert Love <rml@novell.com> 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 +++
> 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 linux/arch/ppc/kernel/misc.S
> --- linux-2.6.13-rc3-git8/arch/ppc/kernel/misc.S 2005-07-27 10:59:31.000000000 -0400
> +++ linux/arch/ppc/kernel/misc.S 2005-07-27 11:25:43.000000000 -0400
> @@ -1451,3 +1451,6 @@
> .long sys_waitid
> .long sys_ioprio_set
> .long sys_ioprio_get
> + .long sys_inotify_init /* 275 */
> + .long sys_inotify_add_watch
> + .long sys_inotify_rm_watch
> diff -urN linux-2.6.13-rc3-git8/include/asm-ppc/unistd.h linux/include/asm-ppc/unistd.h
> --- linux-2.6.13-rc3-git8/include/asm-ppc/unistd.h 2005-07-27 10:59:32.000000000 -0400
> +++ linux/include/asm-ppc/unistd.h 2005-07-27 11:25:26.000000000 -0400
> @@ -279,8 +279,11 @@
> #define __NR_waitid 272
> #define __NR_ioprio_set 273
> #define __NR_ioprio_get 274
> +#define __NR_inotify_init 275
> +#define __NR_inotify_add_watch 276
> +#define __NR_inotify_rm_watch 277
>
> -#define __NR_syscalls 275
> +#define __NR_syscalls 278
>
> #define __NR(n) #n
>
next prev parent reply other threads:[~2005-07-27 16:59 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-27 15:45 [patch] inotify: ppc32 syscalls Robert Love
2005-07-27 16:55 ` Andrew Morton [this message]
2005-07-27 17:31 ` [patch] inotify: ppc64 syscalls Robert Love
2005-07-27 20:27 ` David S. Miller
2005-07-27 20:31 ` Robert Love
2005-07-27 20:33 ` David S. Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050727095539.602fcc4a.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=paulus@samba.org \
--cc=rml@novell.com \
--cc=ttb@tentacle.dhs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox