OSDN Git Service

target-mips: fix EntryHi.EHINV being cleared on TLB exception
authorLeon Alrae <leon.alrae@imgtec.com>
Thu, 28 Jul 2016 08:28:23 +0000 (09:28 +0100)
committerLeon Alrae <leon.alrae@imgtec.com>
Thu, 28 Jul 2016 10:24:02 +0000 (11:24 +0100)
commit701074a6fc7470d0ed54e4a4bcd4d491ad8da22e
treec26c573b4740af5dd41346aa58c254618717104c
parent7f81dbb9a0e89b5306c1337e0cd0e1cea8a03f6d
target-mips: fix EntryHi.EHINV being cleared on TLB exception

While implementing TLB invalidation feature we forgot to modify
part of code responsible for updating EntryHi during TLB exception.
Consequently EntryHi.EHINV is unexpectedly cleared on the exception.

Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
target-mips/helper.c