From: Keir Fraser Date: Mon, 23 Jan 2012 15:10:43 +0000 (+0000) Subject: Revert 24538:5bb22a6871f6 "xenoprof: Make the escape code consistent across 32 and... X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f67b958f103337ba173feaf015eae7c43e35a7a8;p=xen.git Revert 24538:5bb22a6871f6 "xenoprof: Make the escape code consistent across 32 and 64-bit xen" Breaks 32-bit build. Signed-off-by: Keir Fraser --- diff --git a/xen/include/public/xenoprof.h b/xen/include/public/xenoprof.h index a0c6987c77..346d6c514c 100644 --- a/xen/include/public/xenoprof.h +++ b/xen/include/public/xenoprof.h @@ -68,7 +68,7 @@ struct event_log { }; /* 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