[ARM] VFP: fix section mismatch error
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sun, 10 Jun 2007 11:22:20 +0000 (12:22 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 10 Jun 2007 11:22:20 +0000 (12:22 +0100)
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: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found