[MIPS] Fix typo in R3000 TRACE_IRQFLAGS code
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
committed by
Ralf Baechle
parent
33b75e5c51
commit
c6563e85f7
@@ -146,7 +146,7 @@ NESTED(handle_int, PT_SIZE, sp)
|
|||||||
and k0, ST0_IEP
|
and k0, ST0_IEP
|
||||||
bnez k0, 1f
|
bnez k0, 1f
|
||||||
|
|
||||||
mfc0 k0, EP0_EPC
|
mfc0 k0, CP0_EPC
|
||||||
.set noreorder
|
.set noreorder
|
||||||
j k0
|
j k0
|
||||||
rfe
|
rfe
|
||||||
|
Reference in New Issue
Block a user