|
@@ -10,6 +10,7 @@
|
|
|
|
|
|
#include <asm/asm.h>
|
|
#include <asm/asm.h>
|
|
#include <asm/asmmacro.h>
|
|
#include <asm/asmmacro.h>
|
|
|
|
+#include <asm/compiler.h>
|
|
#include <asm/regdef.h>
|
|
#include <asm/regdef.h>
|
|
#include <asm/mipsregs.h>
|
|
#include <asm/mipsregs.h>
|
|
#include <asm/stackframe.h>
|
|
#include <asm/stackframe.h>
|
|
@@ -185,7 +186,7 @@ syscall_exit_work:
|
|
* For C code use the inline version named instruction_hazard().
|
|
* For C code use the inline version named instruction_hazard().
|
|
*/
|
|
*/
|
|
LEAF(mips_ihb)
|
|
LEAF(mips_ihb)
|
|
- .set mips32r2
|
|
|
|
|
|
+ .set MIPS_ISA_LEVEL_RAW
|
|
jr.hb ra
|
|
jr.hb ra
|
|
nop
|
|
nop
|
|
END(mips_ihb)
|
|
END(mips_ihb)
|