]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: only allow kernel mode neon with AEABI
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 22 Sep 2013 10:08:50 +0000 (11:08 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 22 Sep 2013 10:08:50 +0000 (11:08 +0100)
commite5058f4f01dbb94c6d48bee6cb78768b30d15674
treec9fda49612f09776fea1e8b2d983a69bbabb6134
parent007ba186e527ef93b8b9b81dd3253946f5c73689
ARM: only allow kernel mode neon with AEABI

This prevents the linker erroring with:

arm-linux-ld: error: arch/arm/lib/xor-neon.o uses VFP instructions, whereas arch/arm/lib/built-in.o does not
arm-linux-ld: failed to merge target specific data of file arch/arm/lib/xor-neon.o

This is due to the non-neon files being marked as containing FPA data/
instructions (even though they do not) being mixed with files which
contain VFP, which is an incompatible floating point format.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/Kconfig