resend: [PATCH 0/3] arm+arm64: vdso: Unification

From: Mark Salyzyn
Date: Mon Sep 11 2017 - 12:21:49 EST


Take an effort to recode the arm64 vdso code from assembler to C
previously submitted by Andrew Pinski <apinski@xxxxxxxxxx>, rework
it for use in both arm and arm64, overlapping any optimizations
for each architecture. Make sure it will work for future Aarch32 vdso
on arm64.

Side effects include renaming some vdso_datapage.h variables, adding
a few more to enhance features and functionality to match.

Finally, add unified support for CLOCK_BOOTTIME in clock_gettime call.

Signed-off-by: Mark Salyzyn <salyzyn@xxxxxxxxxxx>