This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 07/16] linux: Consolidate time implementation


On 18/12/19 3:17 am, Adhemerval Zanella wrote:
> The IFUNC bypass to vDSO is used when USE_IFUNC_TIME is set.
> Currently powerpc and x86 defines it.  Otherwise the generic
> implementation is used, which calls clock_gettime.
> 
> Checked on powerpc64le-linux-gnu, powerpc64-linux-gnu,
> powerpc-linux-gnu-power4, x86_64-linux-gnu, and i686-linux-gnu.
> ---
>  sysdeps/unix/sysv/linux/powerpc/time.c | 32 +---------------
>  sysdeps/unix/sysv/linux/time.c         | 51 ++++++++++++++++++++++++++
>  sysdeps/unix/sysv/linux/x86/time.c     | 27 +-------------
>  3 files changed, 55 insertions(+), 55 deletions(-)
>  create mode 100644 sysdeps/unix/sysv/linux/time.c
> 

OK.

Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]