All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] linux-user: fix support for timerfd_create on arm
@ 2015-05-12 12:27 Andreas Schwab
  2015-05-18 16:42 ` Peter Maydell
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Schwab @ 2015-05-12 12:27 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, Riku Voipio

On arm the original timerfd syscall was reused for the new timerfd_create
syscall.

Signed-off-by: Andreas Schwab <schwab@suse.de>
---
 linux-user/arm/syscall_nr.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/linux-user/arm/syscall_nr.h b/linux-user/arm/syscall_nr.h
index 7d7be7c..53552be 100644
--- a/linux-user/arm/syscall_nr.h
+++ b/linux-user/arm/syscall_nr.h
@@ -354,7 +354,7 @@
 #define TARGET_NR_kexec_load			(347)
 #define TARGET_NR_utimensat			(348)
 #define TARGET_NR_signalfd			(349)
-#define TARGET_NR_timerfd			(350)
+#define TARGET_NR_timerfd_create		(350)
 #define TARGET_NR_eventfd			(351)
 #define TARGET_NR_fallocate			(352)
 #define TARGET_NR_timerfd_settime		(353)
-- 
2.4.0

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."

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

end of thread, other threads:[~2015-05-18 19:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-12 12:27 [Qemu-devel] [PATCH] linux-user: fix support for timerfd_create on arm Andreas Schwab
2015-05-18 16:42 ` Peter Maydell
2015-05-18 19:15   ` Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.