aboutsummaryrefslogtreecommitdiff
path: root/exec.c
diff options
context:
space:
mode:
authorHollis Blanchard <hollisb@us.ibm.com>2009-05-01 15:18:00 -0500
committerAvi Kivity <avi@redhat.com>2009-05-03 19:12:13 +0300
commit0925f805e8b73d31bb2d9fc6a28c6e892fea5b66 (patch)
treecf1276ace4a5241ec220f601d2318aaed6bc0f88 /exec.c
parentkvm: Add release script (diff)
downloadqemu-kvm-0925f805e8b73d31bb2d9fc6a28c6e892fea5b66.tar.gz
qemu-kvm-0925f805e8b73d31bb2d9fc6a28c6e892fea5b66.tar.bz2
qemu-kvm-0925f805e8b73d31bb2d9fc6a28c6e892fea5b66.zip
Revert "Sync idcache after emualted DMA operations for ia64"
This reverts commit 9dc99a28236161a5a1b4c58f1e9c4ec6179cb976. Aside from the other issues discussed on kvm-devel, this commit breaks the PowerPC build. Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com> Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'exec.c')
-rw-r--r--exec.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/exec.c b/exec.c
index 0c5545ec8..a5bca49c2 100644
--- a/exec.c
+++ b/exec.c
@@ -3400,9 +3400,6 @@ void cpu_physical_memory_unmap(void *buffer, target_phys_addr_t len,
addr1 += l;
access_len -= l;
}
- if (kvm_enabled())
- flush_icache_range((unsigned long)buffer,
- (unsigned long)buffer + access_len);
}
return;
}