* [patch] add inotify & ioprio syscalls to ARM
@ 2005-08-10 19:29 Robert Love
2005-08-11 16:53 ` Russell King
2005-08-15 9:58 ` Russell King
0 siblings, 2 replies; 3+ messages in thread
From: Robert Love @ 2005-08-10 19:29 UTC (permalink / raw)
To: rmk; +Cc: The Cutch, Mr Morton, Linux Kernel Mailing List
Russell,
Hey. Attached patch adds the syscall stubs for the inotify and ioprio
system calls to ARM.
Robert Love
Signed-off-by: Robert Love <rml@novell.com>
arch/arm/kernel/calls.S | 6 ++++++
include/asm-arm/unistd.h | 5 +++++
2 files changed, 11 insertions(+)
diff -urN linux-2.6.13-rc6/arch/arm/kernel/calls.S linux/arch/arm/kernel/calls.S
--- linux-2.6.13-rc6/arch/arm/kernel/calls.S 2005-06-17 15:48:29.000000000 -0400
+++ linux/arch/arm/kernel/calls.S 2005-08-10 15:26:10.000000000 -0400
@@ -327,6 +327,12 @@
/* 310 */ .long sys_request_key
.long sys_keyctl
.long sys_semtimedop
+/* vserver */ .long sys_ni_syscall
+ .long sys_ioprio_set
+/* 315 */ .long sys_ioprio_get
+ .long sys_inotify_init
+ .long sys_inotify_add_watch
+ .long sys_inotify_rm_watch
__syscall_end:
.rept NR_syscalls - (__syscall_end - __syscall_start) / 4
diff -urN linux-2.6.13-rc6/include/asm-arm/unistd.h linux/include/asm-arm/unistd.h
--- linux-2.6.13-rc6/include/asm-arm/unistd.h 2005-06-17 15:48:29.000000000 -0400
+++ linux/include/asm-arm/unistd.h 2005-08-10 15:26:08.000000000 -0400
@@ -350,6 +350,11 @@
#endif
#define __NR_vserver (__NR_SYSCALL_BASE+313)
+#define __NR_ioprio_set (__NR_SYSCALL_BASE+314)
+#define __NR_ioprio_get (__NR_SYSCALL_BASE+315)
+#define __NR_inotify_init (__NR_SYSCALL_BASE+316)
+#define __NR_inotify_add_watch (__NR_SYSCALL_BASE+317)
+#define __NR_inotify_rm_watch (__NR_SYSCALL_BASE+318)
/*
* The following SWIs are ARM private.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [patch] add inotify & ioprio syscalls to ARM
2005-08-10 19:29 [patch] add inotify & ioprio syscalls to ARM Robert Love
@ 2005-08-11 16:53 ` Russell King
2005-08-15 9:58 ` Russell King
1 sibling, 0 replies; 3+ messages in thread
From: Russell King @ 2005-08-11 16:53 UTC (permalink / raw)
To: Robert Love; +Cc: The Cutch, Mr Morton, Linux Kernel Mailing List
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 <rml@novell.com>
Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
Thanks Robert.
--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of: 2.6 Serial core
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [patch] add inotify & ioprio syscalls to ARM
2005-08-10 19:29 [patch] add inotify & ioprio syscalls to ARM Robert Love
2005-08-11 16:53 ` Russell King
@ 2005-08-15 9:58 ` Russell King
1 sibling, 0 replies; 3+ messages in thread
From: Russell King @ 2005-08-15 9:58 UTC (permalink / raw)
To: Robert Love; +Cc: The Cutch, Mr Morton, Linux Kernel Mailing List
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 kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of: 2.6 Serial core
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-08-15 9:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-10 19:29 [patch] add inotify & ioprio syscalls to ARM Robert Love
2005-08-11 16:53 ` Russell King
2005-08-15 9:58 ` Russell King
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox