On 07/02/2020 12:39, Thomas Gleixner wrote: > From: Christophe Leroy > > Some architectures have a fixed clocksource which is known at compile time > and cannot be replaced or disabled at runtime, e.g. timebase on > PowerPC. For such cases the clock mode check in the VDSO code is pointless. > > Move the check for a VDSO capable clocksource into an inline function and > allow architectures to redefine it via a macro. > > [ tglx: Removed the #ifdef mess ] > > Signed-off-by: Christophe Leroy > Signed-off-by: Thomas Gleixner > Reviewed-by: Vincenzo Frascino Tested-by: Vincenzo Frascino [...] -- Regards, Vincenzo