commit | ba3049ed4086737dab200b6087138a4b8e06915d | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Tue Oct 28 17:38:42 2008 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu Oct 30 14:44:34 2008 +0000 |
tree | 78a665064e6cc288bb34ef20cd543c2feb204838 | |
parent | 076c6e4f4d81113615f50e5bc2c569f628bcd54a [diff] |
MIPS: Switch FPU emulator trap to BREAK instruction. Arguably using the address error handler has always been ugly. But with processors that handle unaligned loads and stores in hardware the current mechanism ceases to work so switch it to a BREAK instruction and allocate break code 514 to the FPU emulator. Yoichi Yuasa provided a build fix for CONFIG_BUG=n. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>