MIPS: math-emu: dsemul: Correct description of the emulation frame
authorMaciej W. Rozycki <macro@imgtec.com>
Fri, 22 Jan 2016 05:21:13 +0000 (05:21 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Sun, 24 Jan 2016 00:36:31 +0000 (01:36 +0100)
commit6e1715f7c34d00dc94f3cecb2526ae3ff0b0649f
tree1c142de11eb714b756762127569b1dc6359ef2b8
parent69a1e6cbdf1f40d5dcae84c5a538d390b6d2c307
MIPS: math-emu: dsemul: Correct description of the emulation frame

Remove irrelevant content from the description of the emulation frame in
`mips_dsemul', referring to bare-metal configurations.  Update the text,
reflecting the change made with commit ba3049ed4086 ("MIPS: Switch FPU
emulator trap to BREAK instruction."), where we switched from using an
address error exception on an unaligned access to the use of a BREAK 514
instruction causing a breakpoint exception instead.

Signed-off-by: Maciej W. Rozycki <macro@imgtec.com>
Cc: Aurelien Jarno <aurelien@aurel32.net>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/12176/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/math-emu/dsemul.c