Revert 24538:5bb22a6871f6 "xenoprof: Make the escape code consistent across 32 and...
authorKeir Fraser <keir@xen.org>
Mon, 23 Jan 2012 15:10:43 +0000 (15:10 +0000)
committerKeir Fraser <keir@xen.org>
Mon, 23 Jan 2012 15:10:43 +0000 (15:10 +0000)
Breaks 32-bit build.

Signed-off-by: Keir Fraser <keir@xen.org>
xen/include/public/xenoprof.h

index a0c6987c772c48119a7a46c22067622d7cf40c24..346d6c514ca306b5175d241537689105204022bc 100644 (file)
@@ -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