• H
    mips: add vdso support · b0bf52f3
    Hauke Mehrtens 提交于
    vdso support is available on mips starting with kernel 4.4, see kernel
    commit a7f4df4e21 "MIPS: VDSO: Add implementations of gettimeofday()
    and clock_gettime()" for details.
    
    In Linux kernel 4.4.0 the mips code returns -ENOSYS in case it can not
    handle the vdso call and assumes the libc will call the original
    syscall in this case. Handle this case in musl. Currently Linux kernel
    4.4.0 handles the following types: CLOCK_REALTIME_COARSE,
    CLOCK_MONOTONIC_COARSE, CLOCK_REALTIME and CLOCK_MONOTONIC.
    b0bf52f3
syscall_arch.h 4.6 KB