arch/arm/include/asm/vdso/gettimeofday.h
0 → 100644
+74
−0
arch/arm/include/asm/vdso/vsyscall.h
0 → 100644
+71
−0
+4
−83
+3
−0
Loading
The arm vDSO library requires some adaptations to take advantage of the newly introduced generic vDSO library. Introduce the following changes: - Modification vdso.c to be compliant with the common vdso datapage - Use of lib/vdso for gettimeofday - Implementation of elf note Signed-off-by:Vincenzo Frascino <vincenzo.frascino@arm.com> Signed-off-by:
Russell King <rmk+kernel@armlinux.org.uk>