[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] fix build error when enabling lock profile
# HG changeset patch # User Yang Zhang <yang.z.zhang@xxxxxxxxx> # Date 1334647827 -3600 # Node ID 3808ed41dfaaa1cb3f5e59d6d2b4b49e677b7817 # Parent 375fa55c7a6c88273bdd1f7f1105e5154da4eeba fix build error when enabling lock profile Signed-off-by: Yang Zhang <yang.z.zhang@xxxxxxxxx> Committed-by: Keir Fraser <keir@xxxxxxx> --- diff -r 375fa55c7a6c -r 3808ed41dfaa xen/common/sysctl.c --- a/xen/common/sysctl.c Tue Apr 17 08:29:26 2012 +0100 +++ b/xen/common/sysctl.c Tue Apr 17 08:30:27 2012 +0100 @@ -156,7 +156,6 @@ long do_sysctl(XEN_GUEST_HANDLE(xen_sysc if ( ret ) break; - ret = perfc_control(&op->u.perfc_op); ret = spinlock_profile_control(&op->u.lockprof_op); if ( copy_to_guest(u_sysctl, op, 1) ) ret = -EFAULT; _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |