From: Thomas Weißschuh Date: Mon, 4 May 2026 01:00:20 +0000 (+0800) Subject: LoongArch: vDSO: Drop custom __arch_vdso_hres_capable() X-Git-Tag: v7.1-rc3~34^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7e2c41bc62e436f465ee1ff7ebc14e35c99d95fb;p=thirdparty%2Fkernel%2Fstable.git LoongArch: vDSO: Drop custom __arch_vdso_hres_capable() The custom definition is identical to the generic fallback one. So remove it. Signed-off-by: Thomas Weißschuh Signed-off-by: Huacai Chen --- diff --git a/arch/loongarch/include/asm/vdso/gettimeofday.h b/arch/loongarch/include/asm/vdso/gettimeofday.h index bae76767c693a..18ba403e1ed94 100644 --- a/arch/loongarch/include/asm/vdso/gettimeofday.h +++ b/arch/loongarch/include/asm/vdso/gettimeofday.h @@ -85,12 +85,6 @@ static __always_inline u64 __arch_get_hw_counter(s32 clock_mode, return count; } -static inline bool loongarch_vdso_hres_capable(void) -{ - return true; -} -#define __arch_vdso_hres_capable loongarch_vdso_hres_capable - #endif /* CONFIG_GENERIC_GETTIMEOFDAY */ #endif /* !__ASSEMBLER__ */