Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARM: 5909/1: ARM: Correct the FPSCR bits setting when raising exceptions
Commit c98929c removed the clearing of the FPSCR[31:28] bits from the vfp_raise_exceptions() function and the new bits are or'ed with the old FPSCR bits leading to unexpected results (the original commit was referring to the cumulative bits - FPSCR[4:0]). Reported-by: Tom Hameenanttila <[email protected]> Signed-off-by: Catalin Marinas <[email protected]> Signed-off-by: Russell King <[email protected]>
- Loading branch information