commit | 8dd2337470d2ead6835982ed856d988f9e062140 | [log] [tgz] |
---|---|---|
author | Isaku Yamahata <[email protected]> | Tue Oct 14 17:50:44 2008 -0700 |
committer | Ingo Molnar <[email protected]> | Wed Oct 22 15:10:51 2008 +0200 |
tree | ec0c6d9f631f188e50a3cb0cedf6cffc9edf8c97 | |
parent | a5af4eb16618dba52321fe420e2c93e815fcd762 [diff] |
xen: compilation fix of drivers/xen/events.c on IA64 use set_xen_guest_handle() instead of direct assigning. > linux-2.6/drivers/xen/events.c: In function 'xen_poll_irq': > linux-2.6/drivers/xen/events.c:757: error: incompatible types in assignment > make[4]: *** [drivers/xen/events.o] Error 1 Signed-off-by: Isaku Yamahata <[email protected]> Signed-off-by: Jeremy Fitzhardinge <[email protected]> Cc: Isaku Yamahata <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>