]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
target-xtensa: control page table lookup explicitly
authorMax Filippov <jcmvbkbc@gmail.com>
Sun, 27 May 2012 14:34:53 +0000 (18:34 +0400)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 25 Jun 2012 13:48:31 +0000 (08:48 -0500)
commit8b3ac661208c88b9d424ede176b99be6fff1283e
treef908f4de78bcd03815ea270b6bb0f5c17efda2a8
parent2eb4d314cef55749f7835f6338080895daed277e
target-xtensa: control page table lookup explicitly

Hardware pagetable walking may not be nested. Stop guessing and pass
explicit flag to the get_physical_addr_mmu function that controls page
table lookup.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
(cherry picked from commit 57705a676c65e6ecacc44c23b192f3d7ed2cdedd)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target-xtensa/helper.c