Re: [PATCH 04/28] arm64: vdso: Drop LBASE_VDSO
From: Will Deacon
Date: Mon Oct 28 2024 - 14:03:04 EST
On Thu, Oct 10, 2024 at 09:01:06AM +0200, Thomas Weißschuh wrote:
> This constant is always "0", providing no value and making the logic
> harder to understand.
> Also prepare for a consolidation of the vdso linkerscript logic by
> aligning it with other architectures.
>
> Signed-off-by: Thomas Weißschuh <thomas.weissschuh@xxxxxxxxxxxxx>
> ---
> arch/arm64/include/asm/vdso.h | 9 +--------
> arch/arm64/kernel/vdso/vdso.lds.S | 2 +-
> arch/arm64/kernel/vdso32/vdso.lds.S | 2 +-
> 3 files changed, 3 insertions(+), 10 deletions(-)
Acked-by: Will Deacon <will@xxxxxxxxxx>
Will