]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
LoongArch: vDSO: Drop custom __arch_vdso_hres_capable()
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Mon, 4 May 2026 01:00:20 +0000 (09:00 +0800)
committerHuacai Chen <chenhuacai@loongson.cn>
Mon, 4 May 2026 01:00:20 +0000 (09:00 +0800)
The custom definition is identical to the generic fallback one.

So remove it.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
arch/loongarch/include/asm/vdso/gettimeofday.h

index bae76767c693a96492cff8c58b31f860150505de..18ba403e1ed9446006a48083018a156b6e5a1b32 100644 (file)
@@ -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__ */