On Fri, 22 Feb 2019, Vincenzo Frascino wrote: > This implementation contains the following design choices: > * Every architecture defines the arch specific code in an header in > "asm/vdso/". > * The generic implementation includes the arch specific one and lives > in "lib/vdso". > * The arch specific code for gettimeofday lives in > "<arch path>/vdso/gettimeofday.c" and includes the generic code only. > * This approach allows to consolidate the common code in a single place > with the benefit of avoiding code duplication. This is moving into the right direction. Good job! Thanks, tglx