# HG changeset patch # User juergen.gross@ts.fujitsu.com # Date 1259649761 -3600 # Node ID b8915cc97db6189b1146e692c70cc1ea62baf776 # Parent abc6183f486e66b5721dbf0313ee0d3460613a99 Signed-off-by: juergen.gross@ts.fujitsu.com use free sysctl_op number diff -r abc6183f486e -r b8915cc97db6 xen/include/public/sysctl.h --- a/xen/include/public/sysctl.h Mon Nov 30 10:58:23 2009 +0000 +++ b/xen/include/public/sysctl.h Tue Dec 01 07:42:41 2009 +0100 @@ -454,7 +454,7 @@ #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. */