aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/break.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-10-30MIPS: Switch FPU emulator trap to BREAK instruction.Ralf Baechle1-0/+1
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>
2008-10-11MIPS: Move headfiles to new location below arch/mips/includeRalf Baechle1-0/+34
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>