[PATCH v2 2/3] Consolidate gettimeofday across aarch64/s390/tile
Adhemerval Zanella
adhemerval.zanella@linaro.org
Wed Apr 22 18:41:00 GMT 2015
Hi
On 22-04-2015 13:24, Nathan Lynch wrote:
> On 04/20/2015 11:48 AM, Adhemerval Zanella wrote:
>> This patch removes the architecture specific gettimeofday implementation
>> to use the vDSO symbol and consolidate it on a common Linux one.
>> Similat to gettime and getres vDSO implementation, each arch that supports
>> gettimeofday through vDSO should just implement INLINE_VSYSCALL to access
>> the symbol and define HAVE_GETTIMEOFDAY_VSYSCAL as 1.
>>
>> --
>>
>> * sysdeps/unix/sysv/linux/aarch64/gettimeofday.c: Remove file.
>> * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
>> * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Likewise.
>> * sysdeps/unix/sysv/linux/aarch64/sysdep.h
>> [HAVE_GETTIMEOFDAY_VSYSCAL]: Define.
>> * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
>> [HAVE_GETTIMEOFDAY_VSYSCAL]: Likewise.
>> * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
>> [HAVE_GETTIMEOFDAY_VSYSCAL]: Likewise.
>> * sysdeps/unix/sysv/linux/tile/sysdep.h
>> [HAVE_GETTIMEOFDAY_VSYSCAL]: Likewise.
>
> Please make the spelling of HAVE_GETTIMEOFDAY_VSYSCALL in the patch
> description and Changelog match its spelling in the code... :)
>
>
Ouch and thanks, I will fix it.
More information about the Libc-alpha
mailing list