projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9ee7a7
)
sysctl: Fix mis-allocation of number for XEN_SYSCTL_lockprof_op
author
Keir Fraser
<keir.fraser@citrix.com>
Tue, 1 Dec 2009 13:41:38 +0000
(13:41 +0000)
committer
Keir Fraser
<keir.fraser@citrix.com>
Tue, 1 Dec 2009 13:41:38 +0000
(13:41 +0000)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen/include/public/sysctl.h
patch
|
blob
|
history
diff --git
a/xen/include/public/sysctl.h
b/xen/include/public/sysctl.h
index 6dccf310e7df91b8aea0d04598db85abbd025a2e..6ca6d8d24dc7390d4b677f8ec3bacbac6cf5d063 100644
(file)
--- a/
xen/include/public/sysctl.h
+++ b/
xen/include/public/sysctl.h
@@
-454,7
+454,7
@@
struct xen_sysctl_page_offline_op {
#define PG_OFFLINE_OWNER_SHIFT 16
-#define XEN_SYSCTL_lockprof_op 1
1
+#define XEN_SYSCTL_lockprof_op 1
5
/* Sub-operations: */
#define XEN_SYSCTL_LOCKPROF_reset 1 /* Reset all profile data to zero. */
#define XEN_SYSCTL_LOCKPROF_query 2 /* Get lock profile information. */