libevl/lib/arch
Philippe Gerum eb605ec762 lib/init: factor out generic vDSO lookup task
There is no point in specializing the resolution of clock_gettime() in
the vDSO on a per-arch basis. This is mostly generic code with only a
couple of arch-specific identifiers we need, which we can leave into
the arch/ area.

Move the bulk of the symbol resolution code to the generic init
routine, adding asm/evl/vdso.h for storing the few arch-specific bits
such code still depends on.

Signed-off-by: Philippe Gerum <rpm@xenomai.org>
2021-09-19 12:04:16 +02:00
..
arm/include/asm/evl lib/init: factor out generic vDSO lookup task 2021-09-19 12:04:16 +02:00
arm64/include/asm/evl lib/init: factor out generic vDSO lookup task 2021-09-19 12:04:16 +02:00
x86/include/asm/evl lib/init: factor out generic vDSO lookup task 2021-09-19 12:04:16 +02:00