[PATCH V2] xen: event channel arrays are xen_ulong_t and not unsigned long

2013-02-19 Thread Ian Campbell
The following two patches (one for Xen, one for Linux) switch Xen event channels from unsigned long to xen_ulong_t. On arm, this enables us to have the same interface on arm32 and arm64 because xen_ulong_t is a 64-bit type on ARM. On x86 there is no change because xen_ulong_t is unsigned long on

[PATCH V2] xen: event channel arrays are xen_ulong_t and not unsigned long

2013-02-19 Thread Ian Campbell
The following two patches (one for Xen, one for Linux) switch Xen event channels from unsigned long to xen_ulong_t. On arm, this enables us to have the same interface on arm32 and arm64 because xen_ulong_t is a 64-bit type on ARM. On x86 there is no change because xen_ulong_t is unsigned long on