PowerPC: Add time vDSO support
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Fri, 3 May 2013 20:00:31 +0000 (15:00 -0500)
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Fri, 3 May 2013 20:04:54 +0000 (15:04 -0500)
commit83e7640f6bf68708ecf0b09d83c670203167271e
treefc3c69600db4b73d64e9c4855d5acae9ce99c727
parentc31a5b1e8fecc794c4d0746a5a5af6db203005ea
PowerPC: Add time vDSO support

PowerPC kernel now provides a vDSO implementation for time syscall
(commit fcb41a2030abe0eb716ef0798035ef9562097f42). This patch changes
time syscall wrapper to use the vDSO when available. It also changes
the default non vDSO time on PowerPC to use sysdeps/posix/time.c
(since gettimeofday is a vDSO call).
ChangeLog
sysdeps/unix/sysv/linux/powerpc/Versions
sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
sysdeps/unix/sysv/linux/powerpc/init-first.c
sysdeps/unix/sysv/linux/powerpc/time.c [new file with mode: 0644]