summaryrefslogtreecommitdiff
path: root/include/asm-mips/stackframe.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-mips/stackframe.h')
-rw-r--r--include/asm-mips/stackframe.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-mips/stackframe.h b/include/asm-mips/stackframe.h
index 626a8ab288e1..53a441c3cb3b 100644
--- a/include/asm-mips/stackframe.h
+++ b/include/asm-mips/stackframe.h
@@ -302,6 +302,7 @@
or t0, t1
xori t0, 0x1f
mtc0 t0, CP0_STATUS
+ irq_disable_hazard
.endm
/*
@@ -314,6 +315,7 @@
or t0, t1
xori t0, 0x1e
mtc0 t0, CP0_STATUS
+ irq_enable_hazard
.endm
/*
@@ -326,6 +328,7 @@
or t0, t1
xori t0, 0x1e
mtc0 t0, CP0_STATUS
+ irq_disable_hazard
.endm
#endif /* _ASM_STACKFRAME_H */