]> git.proxmox.com Git - qemu.git/commit
cris: Consider the TLB valid bit on writes to the TLB
authorEdgar E. Iglesias <edgar.iglesias@gmail.com>
Thu, 7 Oct 2010 19:20:52 +0000 (21:20 +0200)
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>
Thu, 7 Oct 2010 19:20:52 +0000 (21:20 +0200)
commit3e18c6bf7740e4a75503b803ec7d5dc29a531e4f
treea5ccecdcdd08d56e3622edf8dc6839689e8018fa
parent4447d609688e75a40a10b559e3b6ae83843e3095
cris: Consider the TLB valid bit on writes to the TLB

When updating the guest TLB we only need to flush previous
mappings from the entry written if the entry was valid.

Also fixes a compiler warning reported by Blue Swirl.

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