Re: [Qemu-devel] [PATCH] target-xtensa: fix MMUv3 initialization

2011-11-26 Thread Blue Swirl
Thanks, applied. On Tue, Nov 22, 2011 at 07:59, Max Filippov wrote: > - ITLB/DTLB ways 5 and 6 have 4 and 8 entries respectively; > - ITLB/DTLB way 6 attr field is set to 3 on reset. > > Signed-off-by: Max Filippov > --- >  target-xtensa/helper.c       |    2 +- >  target-xtensa/overlay_tool.h |

[Qemu-devel] [PATCH] target-xtensa: fix MMUv3 initialization

2011-11-22 Thread Max Filippov
- ITLB/DTLB ways 5 and 6 have 4 and 8 entries respectively; - ITLB/DTLB way 6 attr field is set to 3 on reset. Signed-off-by: Max Filippov --- target-xtensa/helper.c |2 +- target-xtensa/overlay_tool.h |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target-xte