Commit Graph

3 Commits

Author SHA1 Message Date
Philippe Gerum f518a3cab9 all: convert to ABI enabling compat syscall support
These changes fix up the argument passed to the core system calls in
order to abide by the new ABI allowing 32bit applications to issue
requests to 64bit kernels.

Signed-off-by: Philippe Gerum <rpm@xenomai.org>
2020-03-28 11:23:55 +01:00
Philippe Gerum 991da83e74 lib/init: evl_read_clock() should fallback to clock_gettime() if uninit
Calling evl_read_clock() before the library is initialized should not
fault. Set arch_clock_gettime() to a valid fallback routine which
eventually hands over the request to clock_gettime().

Signed-off-by: Philippe Gerum <rpm@xenomai.org>
2020-02-21 18:45:10 +01:00
Philippe Gerum e55d651203 evl: add x86 support 2019-05-13 14:53:56 +02:00