ARM: 9469/1: Implement ARCH_HAS_CC_CAN_LINK
authorThomas Weissschuh <thomas.weissschuh@linutronix.de>
Tue, 3 Feb 2026 07:11:48 +0000 (08:11 +0100)
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Fri, 6 Feb 2026 13:07:38 +0000 (13:07 +0000)
commit3df8585afd9b340dc789b20f1101593961fc7e9e
treec27821e9021d56d475840aa30e05544f3eeb12ca
parent012ea376a5948b025f260aa45d2a6ec5d96674ea
ARM: 9469/1: Implement ARCH_HAS_CC_CAN_LINK

The generic CC_CAN_LINK detection does not handle different byte orders.
This may lead to userprogs which are not actually runnable on the target
kernel.

Use architecture-specific logic supporting byte orders instead.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
arch/arm/Kconfig