]> xenbits.xensource.com Git - xen.git/commit
Simplify continue_hypercall_on_cpu() now that it runs in vcpu context.
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 19 Apr 2010 10:07:14 +0000 (11:07 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 19 Apr 2010 10:07:14 +0000 (11:07 +0100)
commitf3a1f2d30e5ad2e567b147264f1e93b2c8b1bcb3
treecce3cc183767c82544e20886926efb5cd9e9b946
parent10d7e8ed969aeb190b3e651282e3ee12f5560820
Simplify continue_hypercall_on_cpu() now that it runs in vcpu context.

We do not need to take so much care over putting the original vcpu to
sleep, as it will not be spinning on progress of the idle vcpu.

Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen/common/domain.c