aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/vdso/gettimeofday.h
diff options
context:
space:
mode:
authorVincenzo Frascino <vincenzo.frascino@arm.com>2019-08-30 14:59:01 +0100
committerThomas Gleixner <tglx@linutronix.de>2020-01-14 12:20:46 +0100
commitde0209f53aba44d9b57d0739a076dfb2db767584 (patch)
tree544ebb1ec01777b7aa641b5fd72ecc8c13486ab9 /arch/mips/include/asm/vdso/gettimeofday.h
parentarm64: compat: vdso: Remove unused VDSO_HAS_32BIT_FALLBACK (diff)
downloadlinux-dev-de0209f53aba44d9b57d0739a076dfb2db767584.tar.xz
linux-dev-de0209f53aba44d9b57d0739a076dfb2db767584.zip
mips: vdso: Remove unused VDSO_HAS_32BIT_FALLBACK
VDSO_HAS_32BIT_FALLBACK has been removed from the core since the architectures that support the generic vDSO library have been converted to support the 32 bit fallbacks. Remove unused VDSO_HAS_32BIT_FALLBACK from mips vdso. Signed-off-by: Vincenzo Frascino <vincenzo.frascino@arm.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Paul Burton <paul.burton@mips.com> Link: https://lore.kernel.org/r/20190830135902.20861-8-vincenzo.frascino@arm.com
Diffstat (limited to '')
-rw-r--r--arch/mips/include/asm/vdso/gettimeofday.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/include/asm/vdso/gettimeofday.h b/arch/mips/include/asm/vdso/gettimeofday.h
index 0ae9b4cbc153..a58687e26c5d 100644
--- a/arch/mips/include/asm/vdso/gettimeofday.h
+++ b/arch/mips/include/asm/vdso/gettimeofday.h
@@ -96,8 +96,6 @@ static __always_inline int clock_getres_fallback(
#if _MIPS_SIM != _MIPS_SIM_ABI64
-#define VDSO_HAS_32BIT_FALLBACK 1
-
static __always_inline long clock_gettime32_fallback(
clockid_t _clkid,
struct old_timespec32 *_ts)