]> git.proxmox.com Git - qemu.git/commit - target-cris/mmu.c
CRIS: Segmented addressing only for kernel mode.
authorEdgar E. Iglesias <edgar.iglesias@gmail.com>
Sat, 10 Oct 2009 15:34:27 +0000 (17:34 +0200)
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>
Sat, 10 Oct 2009 15:34:27 +0000 (17:34 +0200)
commit218951ef4dc8e973cd27f934fab34c6e78ed2941
treee9434dde22bf8f613b68cf3443891a94f7a87014
parentcef290b8782b8363e80cc368a554125c5f24ec04
CRIS: Segmented addressing only for kernel mode.

Segmented translation through the CRIS MMU is only done for
accesses in kernel mode. In user-mode, all accesses are treated
as paged regardless of the mode config in RW_MM_CFG.

Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
target-cris/helper.c
target-cris/mmu.c