diff options
Diffstat (limited to 'arch/mips/kernel/entry.S')
-rw-r--r-- | arch/mips/kernel/entry.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/kernel/entry.S b/arch/mips/kernel/entry.S index af41ba6db960..7791840cf22c 100644 --- a/arch/mips/kernel/entry.S +++ b/arch/mips/kernel/entry.S | |||
@@ -10,6 +10,7 @@ | |||
10 | 10 | ||
11 | #include <asm/asm.h> | 11 | #include <asm/asm.h> |
12 | #include <asm/asmmacro.h> | 12 | #include <asm/asmmacro.h> |
13 | #include <asm/compiler.h> | ||
13 | #include <asm/regdef.h> | 14 | #include <asm/regdef.h> |
14 | #include <asm/mipsregs.h> | 15 | #include <asm/mipsregs.h> |
15 | #include <asm/stackframe.h> | 16 | #include <asm/stackframe.h> |
@@ -185,7 +186,7 @@ syscall_exit_work: | |||
185 | * For C code use the inline version named instruction_hazard(). | 186 | * For C code use the inline version named instruction_hazard(). |
186 | */ | 187 | */ |
187 | LEAF(mips_ihb) | 188 | LEAF(mips_ihb) |
188 | .set mips32r2 | 189 | .set MIPS_ISA_LEVEL_RAW |
189 | jr.hb ra | 190 | jr.hb ra |
190 | nop | 191 | nop |
191 | END(mips_ihb) | 192 | END(mips_ihb) |