[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT PATCH v3 5/8] plat/linuxu: Add linuxu (ARM) timer support
Looking good. Reviewed-by: Florian Schmidt <florian.schmidt@xxxxxxxxx> On 06/14/2018 04:12 PM, Simon Kuenzer 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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plat/linuxu/include/linuxu/syscall-arm_32.h b/plat/linuxu/include/linuxu/syscall-arm_32.h index 5c1a919..2f0980a 100644 --- a/plat/linuxu/include/linuxu/syscall-arm_32.h +++ b/plat/linuxu/include/linuxu/syscall-arm_32.h @@ -50,6 +50,12 @@ #define __SC_RT_SIGACTION 43 #define __SC_RT_SIGPROCMASK 126+#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`: -- Dr. Florian Schmidt フローリアン・シュミット Research Scientist, Systems and Machine Learning Group NEC Laboratories Europe Kurfürsten-Anlage 36, D-69115 Heidelberg Tel. +49 (0)6221 4342-265 Fax: +49 (0)6221 4342-155 e-mail: florian.schmidt@xxxxxxxxx ============================================================ Registered at Amtsgericht Mannheim, Germany, HRB728558 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |