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