]> xenbits.xensource.com Git - xen.git/commitdiff
[IA64] Minor clean up of sync_vcpu_execstate()
authorAlex Williamson <alex.williamson@hp.com>
Fri, 12 Oct 2007 19:52:30 +0000 (13:52 -0600)
committerAlex Williamson <alex.williamson@hp.com>
Fri, 12 Oct 2007 19:52:30 +0000 (13:52 -0600)
vmx_save_state() is called by context_switch()

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
xen/arch/ia64/xen/domain.c

index 64d4fe799c13357220c61e24b0c0d0bc50551280..6d99bcaccf46191f87eb1666661cdb38e3afcb49 100644 (file)
@@ -1552,8 +1552,6 @@ void machine_halt(void)
 void sync_vcpu_execstate(struct vcpu *v)
 {
 //     __ia64_save_fpu(v->arch._thread.fph);
-//     if (VMX_DOMAIN(v))
-//             vmx_save_state(v);
        // FIXME SMP: Anything else needed here for SMP?
 }