projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbe7730
)
Revert 24538:5bb22a6871f6 "xenoprof: Make the escape code consistent across 32 and...
author
Keir Fraser
<keir@xen.org>
Mon, 23 Jan 2012 15:10:43 +0000
(15:10 +0000)
committer
Keir 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
patch
|
blob
|
history
diff --git
a/xen/include/public/xenoprof.h
b/xen/include/public/xenoprof.h
index a0c6987c772c48119a7a46c22067622d7cf40c24..346d6c514ca306b5175d241537689105204022bc 100644
(file)
--- 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