public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] inotify: ppc32 syscalls.
@ 2005-07-27 15:45 Robert Love
  2005-07-27 16:55 ` Andrew Morton
  0 siblings, 1 reply; 6+ messages in thread
From: Robert Love @ 2005-07-27 15:45 UTC (permalink / raw)
  To: paulus; +Cc: Linux Kernel Mailing List, Andrew Morton, The Cutch

Hey, Paulus,

Add inotify system call stubs to PPC32.

Signed-off-by: Robert Love <rml@novell.com>

 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
 



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-07-27 21:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-27 15:45 [patch] inotify: ppc32 syscalls Robert Love
2005-07-27 16:55 ` Andrew Morton
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox