Message ID | 20190830135902.20861-8-vincenzo.frascino@arm.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | vdso: Complete the conversion to 32bit syscalls | expand |
Hi Vincenzo, On Fri, Aug 30, 2019 at 02:59:01PM +0100, Vincenzo Frascino wrote: > 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. > > Cc: Paul Burton <paul.burton@mips.com> > Signed-off-by: Vincenzo Frascino <vincenzo.frascino@arm.com> Do you want this one in mips-next too, or applied somewhere else along with the rest of the series? If the latter: Acked-by: Paul Burton <paul.burton@mips.com> Thanks, Paul > --- > arch/mips/include/asm/vdso/gettimeofday.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/arch/mips/include/asm/vdso/gettimeofday.h b/arch/mips/include/asm/vdso/gettimeofday.h > index e78462e8ca2e..5ad2b086626d 100644 > --- a/arch/mips/include/asm/vdso/gettimeofday.h > +++ b/arch/mips/include/asm/vdso/gettimeofday.h > @@ -107,8 +107,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) > -- > 2.23.0 >
Hi Paul, On 9/3/19 3:46 PM, Paul Burton wrote: > Hi Vincenzo, > > On Fri, Aug 30, 2019 at 02:59:01PM +0100, Vincenzo Frascino wrote: >> 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. >> >> Cc: Paul Burton <paul.burton@mips.com> >> Signed-off-by: Vincenzo Frascino <vincenzo.frascino@arm.com> > > Do you want this one in mips-next too, or applied somewhere else along > with the rest of the series? If the latter: > > Acked-by: Paul Burton <paul.burton@mips.com> > This patch has a dependency on patch n5 hence can not be applied independently. Thanks, Vincenzo > Thanks, > Paul > >> --- >> arch/mips/include/asm/vdso/gettimeofday.h | 2 -- >> 1 file changed, 2 deletions(-) >> >> diff --git a/arch/mips/include/asm/vdso/gettimeofday.h b/arch/mips/include/asm/vdso/gettimeofday.h >> index e78462e8ca2e..5ad2b086626d 100644 >> --- a/arch/mips/include/asm/vdso/gettimeofday.h >> +++ b/arch/mips/include/asm/vdso/gettimeofday.h >> @@ -107,8 +107,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) >> -- >> 2.23.0 >>
diff --git a/arch/mips/include/asm/vdso/gettimeofday.h b/arch/mips/include/asm/vdso/gettimeofday.h index e78462e8ca2e..5ad2b086626d 100644 --- a/arch/mips/include/asm/vdso/gettimeofday.h +++ b/arch/mips/include/asm/vdso/gettimeofday.h @@ -107,8 +107,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)
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. Cc: Paul Burton <paul.burton@mips.com> Signed-off-by: Vincenzo Frascino <vincenzo.frascino@arm.com> --- arch/mips/include/asm/vdso/gettimeofday.h | 2 -- 1 file changed, 2 deletions(-)