Message ID | 20190829111843.41003-6-vincenzo.frascino@arm.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | vdso: Complete the conversion to 32bit syscalls | expand |
On Thu, 29 Aug 2019, Vincenzo Frascino wrote:
> As a consequence of Commit 623fa33f7bd6 ("lib:vdso: Remove
-ENOSUCH commit ....
Just say:
VDSO_HAS_32BIT_FALLBACK has been removed from the core ....
Thanks,
tglx
On 29/08/2019 13:21, Thomas Gleixner wrote: > On Thu, 29 Aug 2019, Vincenzo Frascino wrote: > >> As a consequence of Commit 623fa33f7bd6 ("lib:vdso: Remove > > -ENOSUCH commit .... > > Just say: > > VDSO_HAS_32BIT_FALLBACK has been removed from the core .... > Thanks Thomas, I will fix it in v2. > Thanks, > > tglx >
On Thu, Aug 29, 2019 at 12:18:41PM +0100, Vincenzo Frascino wrote: > As a consequence of Commit 623fa33f7bd6 ("lib:vdso: Remove > VDSO_HAS_32BIT_FALLBACK") VDSO_HAS_32BIT_FALLBACK define is not > required anymore hence can be removed. > > Remove unused VDSO_HAS_32BIT_FALLBACK from arm64 compat vdso. > > Cc: Catalin Marinas <catalin.marinas@arm.com> > Cc: Will Deacon <will@kernel.org> > Signed-off-by: Vincenzo Frascino <vincenzo.frascino@arm.com> Acked-by: Catalin Marinas <catalin.marinas@arm.com>
diff --git a/arch/arm64/include/asm/vdso/compat_gettimeofday.h b/arch/arm64/include/asm/vdso/compat_gettimeofday.h index fe7afe0f1a3d..537b1e695365 100644 --- a/arch/arm64/include/asm/vdso/compat_gettimeofday.h +++ b/arch/arm64/include/asm/vdso/compat_gettimeofday.h @@ -16,7 +16,6 @@ #define VDSO_HAS_CLOCK_GETRES 1 -#define VDSO_HAS_32BIT_FALLBACK 1 #define BUILD_VDSO32 1 static __always_inline
As a consequence of Commit 623fa33f7bd6 ("lib:vdso: Remove VDSO_HAS_32BIT_FALLBACK") VDSO_HAS_32BIT_FALLBACK define is not required anymore hence can be removed. Remove unused VDSO_HAS_32BIT_FALLBACK from arm64 compat vdso. Cc: Catalin Marinas <catalin.marinas@arm.com> Cc: Will Deacon <will@kernel.org> Signed-off-by: Vincenzo Frascino <vincenzo.frascino@arm.com> --- arch/arm64/include/asm/vdso/compat_gettimeofday.h | 1 - 1 file changed, 1 deletion(-)