1. 11 Jun, 2007 3 commits
  2. 10 Jun, 2007 1 commit
    • Russell King's avatar
      [ARM] VFP: fix section mismatch error · 5d4cae5f
      Russell King authored
      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>
      5d4cae5f
  3. 09 Jun, 2007 35 commits
  4. 08 Jun, 2007 1 commit