On 08/02/2017 02:59 AM, James Hogan wrote:
DMTC0 CP0_Cause does a redundant gen_io_start() and gen_io_end() pair,
even though this is done for all DMTC0 operations outside of the switch
statement. Remove these redundant calls.
Fixes: 5dc5d9f055c5 ("mips: more fixes to the MIPS interrupt glue logic")
Signed-off-by: James Hogan<james.ho...@imgtec.com>
Cc: Yongbok Kim<yongbok....@imgtec.com>
Cc: Aurelien Jarno<aurel...@aurel32.net>
---
target/mips/translate.c | 8 --------
1 file changed, 0 insertions(+), 8 deletions(-)
Reviewed-by: Richard Henderson <r...@twiddle.net>
r~