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<[email protected]> Cc: Yongbok Kim<[email protected]> Cc: Aurelien Jarno<[email protected]> --- target/mips/translate.c | 8 -------- 1 file changed, 0 insertions(+), 8 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
