Re: [PATCH v3 06/26] arm64: Introduce asm/vdso/clocksource.h

From: Catalin Marinas
Date: Sun Mar 15 2020 - 14:29:36 EST


On Fri, Mar 13, 2020 at 03:43:25PM +0000, Vincenzo Frascino wrote:
> The vDSO library should only include the necessary headers required for
> a userspace library (UAPI and a minimal set of kernel headers). To make
> this possible it is necessary to isolate from the kernel headers the
> common parts that are strictly necessary to build the library.
>
> Introduce asm/vdso/clocksource.h to contain all the arm64 specific
> functions that are suitable for vDSO inclusion.
>
> This header will be required by a future patch that will generalize
> vdso/clocksource.h.
>
> Cc: Catalin Marinas <catalin.marinas@xxxxxxx>
> Cc: Will Deacon <will@xxxxxxxxxx>
> Signed-off-by: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>

Acked-by: Catalin Marinas <catalin.marinas@xxxxxxx>