1. 03 8月, 2017 1 次提交
    • J
      target-mips: Don't stop on [d]mtc0 DESAVE/KScratch · cb539fd2
      James Hogan 提交于
      Writing to the MIPS DESAVE register (and now the KScratch registers)
      will stop translation, supposedly due to risk of execution mode
      switches. However these registers are basically RW scratch registers
      with no side effects so there is no risk of them triggering execution
      mode changes.
      
      Drop the bstate = BS_STOP for these registers for both mtc0 and dmtc0.
      
      Fixes: 7a387fff ("Add MIPS32R2 instructions, and generally straighten out the instruction decoding. This is also the first percent towards MIPS64 support.")
      Signed-off-by: NJames Hogan <james.hogan@imgtec.com>
      Cc: Aurelien Jarno <aurelien@aurel32.net>
      Cc: Yongbok Kim <yongbok.kim@imgtec.com>
      Reviewed-by: NYongbok Kim <yongbok.kim@imgtec.com>
      Signed-off-by: NYongbok Kim <yongbok.kim@imgtec.com>
      cb539fd2
  2. 02 8月, 2017 33 次提交
  3. 01 8月, 2017 6 次提交