Mailing List Archive

Turn off ia64_pal_cache_flush for domU (temp, until failure understood)
# HG changeset patch
# User djm@kirby.fc.hp.com
# Node ID e1ae4b162128f5b16c626d77c25215a37f9da6e7
# Parent 2d5c57be196d7db66157d3f820858c7acf9dbe58
Turn off ia64_pal_cache_flush for domU (temp, until failure understood)

diff -r 2d5c57be196d -r e1ae4b162128 xen/arch/ia64/xen/domain.c
--- a/xen/arch/ia64/xen/domain.c Thu Dec 15 22:10:22 2005
+++ b/xen/arch/ia64/xen/domain.c Thu Dec 15 22:17:04 2005
@@ -273,6 +273,7 @@
if ( test_bit(_VCPUF_initialised, &v->vcpu_flags) )
return 0;

+#ifdef CONFIG_IA64_SPLIT_CACHE
/* Sync d/i cache conservatively */
if (!running_on_sim) {
ret = ia64_pal_cache_flush(4, 0, &progress, NULL);
@@ -280,6 +281,7 @@
panic("PAL CACHE FLUSH failed for domain.\n");
printk("Sync i/d cache for dom0 image SUCC\n");
}
+#endif

if (c->flags & VGCF_VMX_GUEST) {
if (!vmx_enabled) {

_______________________________________________
Xen-changelog mailing list
Xen-changelog@lists.xensource.com
http://lists.xensource.com/xen-changelog