search for: c3290bc

Displaying 3 results from an estimated 3 matches for "c3290bc".

2008 Aug 26
0
[PATCH] xen: compilation fix of drivers/xen/events.c on IA64
...r: incompatible types in assignment > make[4]: *** [drivers/xen/events.o] Error 1 Signed-off-by: Isaku Yamahata <yamahata at valinux.co.jp> --- drivers/xen/events.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/xen/events.c b/drivers/xen/events.c index c3290bc..81e00ee 100644 --- a/drivers/xen/events.c +++ b/drivers/xen/events.c @@ -772,7 +772,7 @@ void xen_poll_irq(int irq) poll.nr_ports = 1; poll.timeout = 0; - poll.ports = &evtchn; + set_xen_guest_handle(poll.ports, &evtchn); if (HYPERVISOR_sched_op(SCHEDOP_poll, &poll) != 0...
2008 Aug 26
0
[PATCH] xen: compilation fix of drivers/xen/events.c on IA64
...r: incompatible types in assignment > make[4]: *** [drivers/xen/events.o] Error 1 Signed-off-by: Isaku Yamahata <yamahata at valinux.co.jp> --- drivers/xen/events.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/xen/events.c b/drivers/xen/events.c index c3290bc..81e00ee 100644 --- a/drivers/xen/events.c +++ b/drivers/xen/events.c @@ -772,7 +772,7 @@ void xen_poll_irq(int irq) poll.nr_ports = 1; poll.timeout = 0; - poll.ports = &evtchn; + set_xen_guest_handle(poll.ports, &evtchn); if (HYPERVISOR_sched_op(SCHEDOP_poll, &poll) != 0...
2008 Aug 26
0
[PATCH] xen: compilation fix of drivers/xen/events.c on IA64
...r: incompatible types in assignment > make[4]: *** [drivers/xen/events.o] Error 1 Signed-off-by: Isaku Yamahata <yamahata at valinux.co.jp> --- drivers/xen/events.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/xen/events.c b/drivers/xen/events.c index c3290bc..81e00ee 100644 --- a/drivers/xen/events.c +++ b/drivers/xen/events.c @@ -772,7 +772,7 @@ void xen_poll_irq(int irq) poll.nr_ports = 1; poll.timeout = 0; - poll.ports = &evtchn; + set_xen_guest_handle(poll.ports, &evtchn); if (HYPERVISOR_sched_op(SCHEDOP_poll, &poll) != 0...