]> git.proxmox.com Git - mirror_qemu.git/commit
target-xtensa: update EXCVADDR in case of page table lookup
authorMax Filippov <jcmvbkbc@gmail.com>
Sun, 27 May 2012 14:34:50 +0000 (18:34 +0400)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 9 Jun 2012 10:45:03 +0000 (10:45 +0000)
commit39e7d37f0f25823c00d1105e8eb9b61182fd349c
tree0fe4ae2b76e4bbb7be3320e34cff25ebbb34d090
parente323bdeff28f3bd647bf02cc9df57971eff3e258
target-xtensa: update EXCVADDR in case of page table lookup

According to ISA, 4.4.2.6, EXCVADDR may be changed by any TLB miss, even
if the miss is handled entirely by processor hardware.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-xtensa/helper.c