]> git.itanic.dy.fi Git - linux-stable/commit
arm64: vdso32: drop test for -march=armv8-a
authorNick Desaulniers <ndesaulniers@google.com>
Tue, 19 Oct 2021 22:36:44 +0000 (15:36 -0700)
committerWill Deacon <will@kernel.org>
Thu, 21 Oct 2021 09:31:38 +0000 (10:31 +0100)
commita517faa902b5a048adbb4d6bbce9509ba5288af3
tree9f729f5eb3bdeeb4e50e6a0e7db19a84f6bf8beb
parent1907d3ff5a644ad7c07bf3c0a56a0b1864c9e5cf
arm64: vdso32: drop test for -march=armv8-a

As Arnd points out:
  gcc-4.8 already supported -march=armv8, and we require gcc-5.1 now, so
  both this #if/#else construct and the corresponding
  "cc32-option,-march=armv8-a" check should be obsolete now.

Link: https://lore.kernel.org/lkml/CAK8P3a3UBEJ0Py2ycz=rHfgog8g3mCOeQOwO0Gmp-iz6Uxkapg@mail.gmail.com/
Suggested-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Reviewed-by: Vincenzo Frascino <vincenzo.frascino@arm.com>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Link: https://lore.kernel.org/r/20211019223646.1146945-3-ndesaulniers@google.com
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/include/asm/vdso/compat_barrier.h
arch/arm64/kernel/vdso32/Makefile