[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [IA64] VTi: vtlb_insert: call panic_domain instead of panic



# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID 77afc93c7cad5764cabae008f90ecb93916ac7c3
# Parent  99e1c7f276ea1a6d0fd50aded815a504a63a31d7
[IA64] VTi: vtlb_insert: call panic_domain instead of panic

vtlb_insert: call panic_domain instead of panic if vrr.ps mismatch itir.ps.

Signed-off-by: Tristan Gingold <tristan.gingold@xxxxxxxx>

diff -r 99e1c7f276ea -r 77afc93c7cad xen/arch/ia64/vmx/vtlb.c
--- a/xen/arch/ia64/vmx/vtlb.c  Thu Apr 13 14:44:39 2006 -0600
+++ b/xen/arch/ia64/vmx/vtlb.c  Thu Apr 13 14:48:09 2006 -0600
@@ -393,7 +393,8 @@ void vtlb_insert(thash_cb_t *hcb, u64 pt
     vcpu_get_rr(current, va, &vrr.rrval);
     if (vrr.ps != ps) {
 //        machine_tlb_insert(hcb->vcpu, entry);
-       panic("not preferred ps with va: 0x%lx\n", va);
+       panic_domain(NULL, "not preferred ps with va: 0x%lx vrr.ps=%d ps=%d\n",
+                    va, vrr.ps, ps);
        return;
     }
     hash_table = vsa_thash(hcb->pta, va, vrr.rrval, &tag);

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.