diff options
Diffstat (limited to 'arch/mips/include/asm/stackframe.h')
-rw-r--r-- | arch/mips/include/asm/stackframe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/stackframe.h b/arch/mips/include/asm/stackframe.h index 4857e2c8df5a..d301e108d5b8 100644 --- a/arch/mips/include/asm/stackframe.h +++ b/arch/mips/include/asm/stackframe.h | |||
@@ -435,7 +435,7 @@ | |||
435 | 435 | ||
436 | .macro RESTORE_SP_AND_RET | 436 | .macro RESTORE_SP_AND_RET |
437 | LONG_L sp, PT_R29(sp) | 437 | LONG_L sp, PT_R29(sp) |
438 | .set mips3 | 438 | .set arch=r4000 |
439 | eret | 439 | eret |
440 | .set mips0 | 440 | .set mips0 |
441 | .endm | 441 | .endm |