[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Current -unstable doesn't build, it's missing one exec_domain -> vcpu cleanup.
ChangeSet 1.1655, 2005/06/03 00:53:38+01:00, iap10@xxxxxxxxxxxxxxxxxxxxx Current -unstable doesn't build, it's missing one exec_domain -> vcpu cleanup. Signed-off-by: Chris Wright <chrisw@xxxxxxxx> Signed-off-by: ian@xxxxxxxxxxxxx evtchn.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Nru a/linux-2.6.11-xen-sparse/arch/xen/kernel/evtchn.c b/linux-2.6.11-xen-sparse/arch/xen/kernel/evtchn.c --- a/linux-2.6.11-xen-sparse/arch/xen/kernel/evtchn.c 2005-06-02 21:02:59 -04:00 +++ b/linux-2.6.11-xen-sparse/arch/xen/kernel/evtchn.c 2005-06-02 21:02:59 -04:00 @@ -215,7 +215,7 @@ 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-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |