aboutsummaryrefslogtreecommitdiffstats
path: root/xen
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2012-01-23 15:10:43 +0000
committerKeir Fraser <keir@xen.org>2012-01-23 15:10:43 +0000
commitf67b958f103337ba173feaf015eae7c43e35a7a8 (patch)
tree713f5b2b95601db2cb38e58422dfd4afbda4b511 /xen
parentfbe7730763ffc1e35515eac1a2fe9d765fa3a309 (diff)
downloadxen-f67b958f103337ba173feaf015eae7c43e35a7a8.tar.gz
xen-f67b958f103337ba173feaf015eae7c43e35a7a8.tar.bz2
xen-f67b958f103337ba173feaf015eae7c43e35a7a8.zip
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@xen.org>
Diffstat (limited to 'xen')
-rw-r--r--xen/include/public/xenoprof.h2
1 files changed, 1 insertions, 1 deletions
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