Skip to content
Commit 5d4cae5f authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] VFP: fix section mismatch error



Fix a real section mismatch issue; the test code is thrown away after
initialisation, but if we do not detect the VFP hardware, it is left
hooked into the exception handler.  Any VFP instructions which are
subsequently executed risk calling the discarded exception handler.

Introduce a new "null" handler which returns to the "unrecognised
fault" return address.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 845a2fdc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment