Re: [PATCH v3 06/26] arm64: Introduce asm/vdso/clocksource.h
From: Catalin Marinas <catalin.marinas@arm.com>
Date: 2020-03-15 18:29:36
Also in:
linux-arch, linux-mips, lkml
From: Catalin Marinas <catalin.marinas@arm.com>
Date: 2020-03-15 18:29:36
Also in:
linux-arch, linux-mips, lkml
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@arm.com> Cc: Will Deacon <will@kernel.org> Signed-off-by: Vincenzo Frascino <vincenzo.frascino@arm.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com> _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel