xen: event channel arrays are xen_ulong_t and not unsigned long
authorIan Campbell <[email protected]>
Wed, 20 Feb 2013 11:48:06 +0000 (11:48 +0000)
committerKonrad Rzeszutek Wilk <[email protected]>
Wed, 20 Feb 2013 13:45:07 +0000 (08:45 -0500)
commitc81611c4e96f595a80d8be9367c385d2c116428b
tree94c1b31034506d8b73b6d9b2c2e0e2331d0fd450
parent76eaca031f0af2bb303e405986f637811956a422
xen: event channel arrays are xen_ulong_t and not unsigned long

On ARM we want these to be the same size on 32- and 64-bit.

This is an ABI change on ARM. X86 does not change.

Signed-off-by: Ian Campbell <[email protected]>
Cc: Jan Beulich <[email protected]>
Cc: Keir (Xen.org) <[email protected]>
Cc: Tim Deegan <[email protected]>
Cc: Stefano Stabellini <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: Konrad Rzeszutek Wilk <[email protected]>
Signed-off-by: Konrad Rzeszutek Wilk <[email protected]>
arch/arm/include/asm/xen/events.h
arch/x86/include/asm/xen/events.h
drivers/xen/events.c
include/xen/interface/xen.h