Chris Wright
2005-Jun-02 23:32 UTC
[Xen-devel] [PATCH] leftover exec_domain -> vcpu cleanup
Current -unstable doesn''t build, it''s missing one exec_domain -> vcpu cleanup. Signed-off-by: Chris Wright <chrisw@osdl.org> ===== linux-2.6.11-xen-sparse/arch/xen/kernel/evtchn.c 1.31 vs edited ====--- 1.31/linux-2.6.11-xen-sparse/arch/xen/kernel/evtchn.c 2005-04-06 01:37:08 -07:00 +++ edited/linux-2.6.11-xen-sparse/arch/xen/kernel/evtchn.c 2005-06-02 16:29:14 -07:00 @@ -215,7 +215,7 @@ int bind_ipi_on_cpu_to_irq(int cpu, int if ( (evtchn = per_cpu(ipi_to_evtchn, cpu)[ipi]) == 0 ) { op.cmd = EVTCHNOP_bind_ipi; - op.u.bind_ipi.ipi_edom = cpu; + op.u.bind_ipi.ipi_vcpu = cpu; if ( HYPERVISOR_event_channel_op(&op) != 0 ) panic("Failed to bind virtual IPI %d on cpu %d\n", ipi, cpu); evtchn = op.u.bind_ipi.port; _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel