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 jcmvb...@gmail.com 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 jcmvb...@gmail.com ---  target-xtensa/helper.c       |    2 +-  

[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 jcmvb...@gmail.com --- target-xtensa/helper.c |2 +- target-xtensa/overlay_tool.h |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff