aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincenzo Frascino <vincenzo.frascino@arm.com>2019-08-30 14:59:02 +0100
committerThomas Gleixner <tglx@linutronix.de>2020-01-14 12:20:46 +0100
commit0b5c12332db5b71c6db0c102b3e6acc7c7c6a54d (patch)
tree417877e3f56587e98c266a6228bb1343eac7b453
parentmips: vdso: Remove unused VDSO_HAS_32BIT_FALLBACK (diff)
downloadlinux-dev-0b5c12332db5b71c6db0c102b3e6acc7c7c6a54d.tar.xz
linux-dev-0b5c12332db5b71c6db0c102b3e6acc7c7c6a54d.zip
x86/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 x86 vdso. Signed-off-by: Vincenzo Frascino <vincenzo.frascino@arm.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/20190830135902.20861-9-vincenzo.frascino@arm.com
-rw-r--r--arch/x86/include/asm/vdso/gettimeofday.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/vdso/gettimeofday.h b/arch/x86/include/asm/vdso/gettimeofday.h
index e9ee139cf29e..52c3bcd672cf 100644
--- a/arch/x86/include/asm/vdso/gettimeofday.h
+++ b/arch/x86/include/asm/vdso/gettimeofday.h
@@ -96,8 +96,6 @@ long clock_getres_fallback(clockid_t _clkid, struct __kernel_timespec *_ts)
#else
-#define VDSO_HAS_32BIT_FALLBACK 1
-
static __always_inline
long clock_gettime_fallback(clockid_t _clkid, struct __kernel_timespec *_ts)
{