Skip to content

Commit

Permalink
x86/vdso: Remove unused VDSO_HAS_32BIT_FALLBACK
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Vincenzo Frascino authored and Thomas Gleixner committed Jan 14, 2020
1 parent de0209f commit 0b5c123
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/x86/include/asm/vdso/gettimeofday.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 0b5c123

Please sign in to comment.