]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
target-sh4: fix TLB invalidation code
authorAlexandre Courbot <gnurou@gmail.com>
Tue, 25 Jan 2011 06:32:01 +0000 (15:32 +0900)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 25 Jan 2011 07:36:29 +0000 (08:36 +0100)
commite40a67beeda6aa6e735546e9f08f3db41e23592a
tree28191591ea38c86935e0f4351d4500bdb037ea1c
parentb22b7b729d2d617c49381843362bc3ef336d66ec
target-sh4: fix TLB invalidation code

In cpu_sh4_invalidate_tlb, the UTLB was invalidated twice and the
ITLB left unchaged, probably because of some unfortunate copy/paste.

Signed-off-by: Alexandre Courbot <gnurou@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-sh4/helper.c