sysctl: Fix mis-allocation of number for XEN_SYSCTL_lockprof_op
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 1 Dec 2009 13:41:38 +0000 (13:41 +0000)
committerKeir 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

index 6dccf310e7df91b8aea0d04598db85abbd025a2e..6ca6d8d24dc7390d4b677f8ec3bacbac6cf5d063 100644 (file)
@@ -454,7 +454,7 @@ struct xen_sysctl_page_offline_op {
 
 #define PG_OFFLINE_OWNER_SHIFT 16
 
-#define XEN_SYSCTL_lockprof_op       11
+#define XEN_SYSCTL_lockprof_op       15
 /* Sub-operations: */
 #define XEN_SYSCTL_LOCKPROF_reset 1   /* Reset all profile data to zero. */
 #define XEN_SYSCTL_LOCKPROF_query 2   /* Get lock profile information. */