qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 5/9] linux-user: mips: Update syscall numbers to kernel 5


From: Aleksandar Markovic
Subject: Re: [PATCH v2 5/9] linux-user: mips: Update syscall numbers to kernel 5.5 level
Date: Thu, 13 Feb 2020 13:27:53 +0100
User-agent: SOGoMail 2.3.10

 
> > + MIPS_SYS(sys_clock_gettime64, 2)
> > + MIPS_SYS(sys_clock_settime64, 4)
> > + MIPS_SYS(sys_clock_adjtime64, 2) /* 405 */
> > + MIPS_SYS(sys_clock_getres_time64, 4)
>
> According to
> https://github.com/strace/strace/blob/master/linux/syscallent-common-32.h:
>
> [BASE_NR + 406] = { 2, 0, SEN(clock_getres_time64),
> "clock_getres_time64" },
>

404 also has the same problem, I am going to fix both.

Thanks,
Aleksandar

>
> once fixed you can add my
>
> Reviewed-by: Laurent Vivier <address@hidden>



 
reply via email to

[Prev in Thread] Current Thread [Next in Thread]