]> Gentwo Git Trees - linux/.git/commit
ARM: omap1: avoid symbol clashes in fiq handler
authorArnd Bergmann <arnd@arndb.de>
Thu, 4 Dec 2025 09:53:47 +0000 (10:53 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 5 Dec 2025 14:25:13 +0000 (15:25 +0100)
commit3ce8f4a501f61edbb5cb3fe13520f09ffb33396e
tree4eb9c74afbe50f02e915daeeb8881b2fca23ae9e
parentad2478e9fc6ba3bf1519f5dccf65d48b0dc8c656
ARM: omap1: avoid symbol clashes in fiq handler

The ams-delta-fiq-handler.S file has a number of symbols with fairly
generic names, including one named 'exit' that causes a compiler warning
in some configuration options:

vmlinux.o: error: exit() function name creates ambiguity with -ffunction-sections

Change all these symbols to use a .L prefix to make them local to
the fiq handler.

Reviewed-by: Janusz Krzysztofik <jmkrzyszt@gmail.com>
Link: https://lore.kernel.org/r/20251204095355.1032786-1-arnd@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-omap1/ams-delta-fiq-handler.S