[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Reset hypercall_continuation flag (by Tristan Gingold)
# HG changeset patch # User djm@xxxxxxxxxxxxxxx # Node ID cbe6b4c4480f26645f6daff619fa2652a7089bd1 # Parent f81e637e7741424448108ab242e6fd472e583641 Reset hypercall_continuation flag (by Tristan Gingold) diff -r f81e637e7741 -r cbe6b4c4480f xen/arch/ia64/xen/process.c --- a/xen/arch/ia64/xen/process.c Fri Oct 7 15:37:41 2005 +++ b/xen/arch/ia64/xen/process.c Fri Oct 7 15:40:37 2005 @@ -663,6 +663,9 @@ else do_ssc(vcpu_get_gr(current,36), regs); } else if (iim == d->arch.breakimm) { + /* by default, do not continue */ + v->arch.hypercall_continuation = 0; + if (ia64_hypercall(regs) && !PSCBX(v, hypercall_continuation)) vcpu_increment_iip(current); _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |