sparc64: flush translations on mmu context change
commit664a65b0dbd9a4845ac7d3c21e8b103031ee57f2
authorIgor V. Kovalenko <igor.v.kovalenko@gmail.com>
Sat, 22 May 2010 10:52:40 +0000 (22 14:52 +0400)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 22 May 2010 12:52:38 +0000 (22 12:52 +0000)
treecb75ff2dad6311ef9ab33450a3745d7e7d08eb74
parent9fd1ae3a0e3328056eaa2ae950ba0023e53423b2
sparc64: flush translations on mmu context change

- two pairs of softmmu indexes bind softmmu tlb to cpu tlb in fault handlers
  using value of DMMU primary and secondary context registers, so we need to
  flush softmmu translations when context registers are changed

Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-sparc/op_helper.c