direct-io.hg
changeset 5293:b14e182e4411
bitkeeper revision 1.1655 (429f9c02qVlZ13S-reG9GUvOJtT9tA)
Current -unstable doesn't build, it's missing one exec_domain -> vcpu cleanup.
Signed-off-by: Chris Wright <chrisw@osdl.org>
Signed-off-by: ian@xensource.com
Current -unstable doesn't build, it's missing one exec_domain -> vcpu cleanup.
Signed-off-by: Chris Wright <chrisw@osdl.org>
Signed-off-by: ian@xensource.com
author | iap10@freefall.cl.cam.ac.uk |
---|---|
date | Thu Jun 02 23:53:38 2005 +0000 (2005-06-02) |
parents | 8651a99cdc09 |
children | b30c01053d34 |
files | linux-2.6.11-xen-sparse/arch/xen/kernel/evtchn.c |
line diff
1.1 --- a/linux-2.6.11-xen-sparse/arch/xen/kernel/evtchn.c Thu Jun 02 21:25:15 2005 +0000 1.2 +++ b/linux-2.6.11-xen-sparse/arch/xen/kernel/evtchn.c Thu Jun 02 23:53:38 2005 +0000 1.3 @@ -215,7 +215,7 @@ int bind_ipi_on_cpu_to_irq(int cpu, int 1.4 if ( (evtchn = per_cpu(ipi_to_evtchn, cpu)[ipi]) == 0 ) 1.5 { 1.6 op.cmd = EVTCHNOP_bind_ipi; 1.7 - op.u.bind_ipi.ipi_edom = cpu; 1.8 + op.u.bind_ipi.ipi_vcpu = cpu; 1.9 if ( HYPERVISOR_event_channel_op(&op) != 0 ) 1.10 panic("Failed to bind virtual IPI %d on cpu %d\n", ipi, cpu); 1.11 evtchn = op.u.bind_ipi.port;