Linux PARISC architecture development
 help / color / mirror / Atom feed
* [PATCH] parisc: wire up sys_recvmmsg
@ 2009-12-22 22:50 Helge Deller
  2009-12-26 17:32 ` Kyle McMartin
  0 siblings, 1 reply; 2+ messages in thread
From: Helge Deller @ 2009-12-22 22:50 UTC (permalink / raw)
  To: linux-parisc, Kyle McMartin

Signed-off-by: Helge Deller <deller@gmx.de>

diff --git a/arch/parisc/include/asm/unistd.h b/arch/parisc/include/asm/unistd.h
index cda1583..ee63634 100644
--- a/arch/parisc/include/asm/unistd.h
+++ b/arch/parisc/include/asm/unistd.h
@@ -811,8 +811,9 @@
 #define __NR_pwritev		(__NR_Linux + 316)
 #define __NR_rt_tgsigqueueinfo	(__NR_Linux + 317)
 #define __NR_perf_event_open	(__NR_Linux + 318)
+#define __NR_recvmmsg		(__NR_Linux + 319)
 
-#define __NR_Linux_syscalls	(__NR_perf_event_open + 1)
+#define __NR_Linux_syscalls	(__NR_recvmmsg + 1)
 
 
 #define __IGNORE_select		/* newselect */
diff --git a/arch/parisc/kernel/syscall_table.S b/arch/parisc/kernel/syscall_table.S
index 01c4fcf..a0c54cf 100644
--- a/arch/parisc/kernel/syscall_table.S
+++ b/arch/parisc/kernel/syscall_table.S
@@ -417,6 +417,7 @@
 	ENTRY_COMP(pwritev)
 	ENTRY_COMP(rt_tgsigqueueinfo)
 	ENTRY_SAME(perf_event_open)
+	ENTRY_COMP(recvmmsg)
 
 	/* Nothing yet */
 

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

* Re: [PATCH] parisc: wire up sys_recvmmsg
  2009-12-22 22:50 [PATCH] parisc: wire up sys_recvmmsg Helge Deller
@ 2009-12-26 17:32 ` Kyle McMartin
  0 siblings, 0 replies; 2+ messages in thread
From: Kyle McMartin @ 2009-12-26 17:32 UTC (permalink / raw)
  To: Helge Deller; +Cc: linux-parisc, Kyle McMartin

On Tue, Dec 22, 2009 at 11:50:33PM +0100, Helge Deller wrote:
> Signed-off-by: Helge Deller <deller@gmx.de>
> 

applied.

Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>


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

end of thread, other threads:[~2009-12-26 17:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-22 22:50 [PATCH] parisc: wire up sys_recvmmsg Helge Deller
2009-12-26 17:32 ` Kyle McMartin

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