xen: xen_ulong_t substitution
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Wed, 17 Oct 2012 15:43:49 +0000 (16:43 +0100)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Wed, 17 Oct 2012 15:43:49 +0000 (16:43 +0100)
commit96e5963780e91661bea6ec20b0d66bca800b9515
tree6ee4f4cbd306b65f721a396b67f9328f35ed2239
parent20013e0b97aa8b6f47b6440f7a6d06862c87a29b
xen: xen_ulong_t substitution

There is still an unwanted unsigned long in the xen public interface:
replace it with xen_ulong_t.

Also typedef xen_ulong_t to uint64_t on ARM.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Keir Fraser <keir@xen.org>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
tools/python/xen/lowlevel/xc/xc.c
xen/include/public/arch-arm.h
xen/include/public/arch-x86/xen.h
xen/include/public/version.h