[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Revert 24538:5bb22a6871f6 "xenoprof: Make the escape code consistent across 32 and 64-bit xen"
# HG changeset patch # User Keir Fraser <keir@xxxxxxx> # Date 1327331443 0 # Node ID 370924e204dc29e12cd807dd730974d6b2bc53d3 # Parent cc9105fa55e0821023b43f179fb00fd4ee0da771 Revert 24538:5bb22a6871f6 "xenoprof: Make the escape code consistent across 32 and 64-bit xen" Breaks 32-bit build. Signed-off-by: Keir Fraser <keir@xxxxxxx> --- diff -r cc9105fa55e0 -r 370924e204dc xen/include/public/xenoprof.h --- a/xen/include/public/xenoprof.h Mon Jan 23 14:51:25 2012 +0100 +++ b/xen/include/public/xenoprof.h Mon Jan 23 15:10:43 2012 +0000 @@ -68,7 +68,7 @@ }; /* PC value that indicates a special code */ -#define XENOPROF_ESCAPE_CODE (~0ULL) +#define XENOPROF_ESCAPE_CODE ~0UL /* Transient events for the xenoprof->oprofile cpu buf */ #define XENOPROF_TRACE_BEGIN 1 _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |