mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [patch 6/8] fdmap v2 - wire sys_nonseqfd to x86-64
@ 2007-06-06 22:30 Davide Libenzi
  0 siblings, 0 replies; only message in thread
From: Davide Libenzi @ 2007-06-06 22:30 UTC (permalink / raw)
  To: Linux Kernel Mailing List
  Cc: Linus Torvalds, Andrew Morton, Ulrich Drepper, Ingo Molnar, Eric Dumazet

Wire the new sys_nonseqfd system call to the x86-64 architecture.


Signed-off-by: Davide Libenzi <davidel@xmailserver.org>


- Davide


Index: linux-2.6.mod/arch/x86_64/ia32/ia32entry.S
===================================================================
--- linux-2.6.mod.orig/arch/x86_64/ia32/ia32entry.S	2007-06-06 12:38:27.000000000 -0700
+++ linux-2.6.mod/arch/x86_64/ia32/ia32entry.S	2007-06-06 12:48:39.000000000 -0700
@@ -719,4 +719,5 @@
 	.quad compat_sys_signalfd
 	.quad compat_sys_timerfd
 	.quad sys_eventfd
+	.quad sys_nonseqfd
 ia32_syscall_end:
Index: linux-2.6.mod/include/asm-x86_64/unistd.h
===================================================================
--- linux-2.6.mod.orig/include/asm-x86_64/unistd.h	2007-06-06 12:38:27.000000000 -0700
+++ linux-2.6.mod/include/asm-x86_64/unistd.h	2007-06-06 12:48:39.000000000 -0700
@@ -630,6 +630,8 @@
 __SYSCALL(__NR_timerfd, sys_timerfd)
 #define __NR_eventfd		283
 __SYSCALL(__NR_eventfd, sys_eventfd)
+#define __NR_nonseqfd		284
+__SYSCALL(__NR_nonseqfd, sys_nonseqfd)
 
 #ifndef __NO_STUBS
 #define __ARCH_WANT_OLD_READDIR


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-06-06 22:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-06 22:30 [patch 6/8] fdmap v2 - wire sys_nonseqfd to x86-64 Davide Libenzi

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

all inboxes | Powered by JetHome®