summaryrefslogtreecommitdiff
path: root/include/asm-i386/i387.h
diff options
context:
space:
mode:
authorWin Treese <treese@acm.org>2006-04-27 00:00:04 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2006-05-01 12:03:44 -0700
commita5ddce5373218e73fbd58c20a96edd730048529d (patch)
treea1a16325dcdf976592bbd75c2f879990897c21d5 /include/asm-i386/i387.h
parent2d3b5e296167443bf42c1c962a0cb7ebde9b016b (diff)
[PATCH] 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> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/asm-i386/i387.h')
0 files changed, 0 insertions, 0 deletions