Re: [Qemu-devel] [PATCH] target-sh4: fix TLB invalidation code

2011-01-25 Thread Aurelien Jarno
On Tue, Jan 25, 2011 at 03:32:01PM +0900, Alexandre Courbot wrote: > 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 > --- > target-sh4/helper.c |4 ++-- > 1 files ch

[Qemu-devel] [PATCH] target-sh4: fix TLB invalidation code

2011-01-24 Thread Alexandre Courbot
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 --- target-sh4/helper.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target-sh4/helper.c b/target