[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Minios-devel] [UNIKRAFT PATCH v4 5/9] plat/linuxu: Add linuxu (ARM) timer support




On 08/20/2018 01:21 PM, Florian Schmidt wrote:
From: Costin Lupu <costin.lupu@xxxxxxxxx>

Add ARM syscall numbers for TIMER_* syscalls.

Signed-off-by: Costin Lupu <costin.lupu@xxxxxxxxx>
---
  plat/linuxu/include/linuxu/syscall-arm_32.h | 5 +++++
  1 file changed, 5 insertions(+)

diff --git a/plat/linuxu/include/linuxu/syscall-arm_32.h 
b/plat/linuxu/include/linuxu/syscall-arm_32.h
index e28224d..10e0100 100644
--- a/plat/linuxu/include/linuxu/syscall-arm_32.h
+++ b/plat/linuxu/include/linuxu/syscall-arm_32.h
@@ -46,6 +46,11 @@
  #define __SC_MUNMAP    91
  #define __SC_EXIT       1
  #define __SC_IOCTL     54
+#define __SC_TIMER_CREATE     257
+#define __SC_TIMER_SETTIME    258
+#define __SC_TIMER_GETTIME    259
+#define __SC_TIMER_GETOVERRUN 260
+#define __SC_TIMER_DELETE     261
  #define __SC_PSELECT6 335
/* NOTE: from `man syscall`:


Reviewed-by: Sharan Santhanam <sharan.santhanam@xxxxxxxxx>

Thanks & Regards
Sharan

_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.