WSL2-Linux-Kernel/arch/arm/mach-ep93xx
Arnd Bergmann 12c3dca25d ARM: ep93xx: remove MaverickCrunch support
The MaverickCrunch support for ep93xx never made it into glibc and
was removed from gcc in its 4.8 release in 2012. It is now one of
the last parts of arch/arm/ that fails to build with the clang
integrated assembler, which is unlikely to ever want to support it.

The two alternatives are to force the use of binutils/gas when
building the crunch support, or to remove it entirely.

According to Hartley Sweeten:

 "Martin Guy did a lot of work trying to get the maverick crunch working
  but I was never able to successfully use it for anything. It "kind"
  of works but depending on the EP93xx silicon revision there are still
  a number of hardware bugs that either give imprecise or garbage results.

  I have no problem with removing the kernel support for the maverick
  crunch."

Unless someone else comes up with a good reason to keep it around,
remove it now. This touches mostly the ep93xx platform, but removes
a bit of code from ARM common ptrace and signal frame handling as well.

If there are remaining users of MaverickCrunch, they can use LTS
kernels for at least another five years before kernel support ends.

Link: https://lore.kernel.org/linux-arm-kernel/20210802141245.1146772-1-arnd@kernel.org/
Link: https://lore.kernel.org/linux-arm-kernel/20210226164345.3889993-1-arnd@kernel.org/
Link: https://github.com/ClangBuiltLinux/linux/issues/1272
Link: https://gcc.gnu.org/legacy-ml/gcc/2008-03/msg01063.html
Cc: "Martin Guy" <martinwguy@martinwguy@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2021-08-04 13:30:04 +02:00
..
include/mach treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 2019-05-30 11:26:32 -07:00
Kconfig ARM: ep93xx: remove MaverickCrunch support 2021-08-04 13:30:04 +02:00
Makefile ARM: ep93xx: remove MaverickCrunch support 2021-08-04 13:30:04 +02:00
Makefile.boot treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
adssphere.c ARM: ep93xx: remove MaverickCrunch support 2021-08-04 13:30:04 +02:00
clock.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 2019-05-30 11:26:32 -07:00
core.c ARM: ep93xx: remove MaverickCrunch support 2021-08-04 13:30:04 +02:00
dma.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 2019-05-30 11:26:32 -07:00
edb93xx.c ARM: ep93xx: remove MaverickCrunch support 2021-08-04 13:30:04 +02:00
gesbc9312.c ARM: ep93xx: remove MaverickCrunch support 2021-08-04 13:30:04 +02:00
gpio-ep93xx.h ARM: ep93xx: move private headers out of mach/* 2019-04-28 23:08:44 -07:00
hardware.h ARM: ep93xx: move private headers out of mach/* 2019-04-28 23:08:44 -07:00
micro9.c ARM: ep93xx: remove MaverickCrunch support 2021-08-04 13:30:04 +02:00
platform.h ARM: ep93xx: remove MaverickCrunch support 2021-08-04 13:30:04 +02:00
simone.c ARM: ep93xx: remove MaverickCrunch support 2021-08-04 13:30:04 +02:00
snappercl15.c ARM: ep93xx: remove MaverickCrunch support 2021-08-04 13:30:04 +02:00
soc.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 2019-05-30 11:26:32 -07:00
timer-ep93xx.c ARM: ep93xx: Replace setup_irq() by request_irq() 2020-03-27 14:11:42 +01:00
ts72xx.c ARM: ep93xx: remove MaverickCrunch support 2021-08-04 13:30:04 +02:00
ts72xx.h ARM: ep93xx: ts72xx: Add support for BK3 board - ts72xx derivative 2017-12-13 22:26:10 +01:00
vision_ep9307.c ARM: ep93xx: remove MaverickCrunch support 2021-08-04 13:30:04 +02:00