This repository has been archived on 2026-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ubports_kernel_google_msm/arch/mips/kernel
Ralf Baechle ee1cca1b06 [MIPS] Fix branch emulation for floating-point exceptions.
In the branch emulation for floating-point exceptions, __compute_return_epc
must determine for bc1f et al which condition code bit to test. This is
based on bits <4:2> of the rt field. The switch statement to distinguish
bc1f et al needs to use only the two low bits of rt, but the old code tests
on the whole rt field.  This patch masks off the proper bits.
    
Signed-off-by: Win Treese <treese@acm.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2006-04-27 15:13:50 +01:00
..
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-10-29 19:30:50 +01:00
2005-10-29 19:32:09 +01:00
2006-04-26 07:52:21 -07:00
2006-04-19 04:14:28 +02:00
2005-10-29 19:31:17 +01:00
2006-04-27 15:13:50 +01:00
2006-04-19 04:14:28 +02:00
2006-04-19 04:14:28 +02:00
2006-03-21 13:27:46 +00:00
2006-04-19 04:14:28 +02:00
2006-04-19 04:14:29 +02:00
2005-10-29 19:30:50 +01:00
2006-04-27 15:13:50 +01:00