rpms/kernel/devel linux-2.6-xen-cpusteal-hv.patch,1.2.2.2,1.2.2.3

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Mar 1 14:27:21 UTC 2006


Author: riel

Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv14426

Modified Files:
      Tag: private-xen-rebased-1971-branch
	linux-2.6-xen-cpusteal-hv.patch 
Log Message:
why did I assume Keir would check in working code?

linux-2.6-xen-cpusteal-hv.patch:
 common/dom0_ops.c      |    9 ++
 common/domain.c        |   13 ++++
 common/keyhandler.c    |    6 -
 common/sched_bvt.c     |   13 +---
 common/sched_sedf.c    |    8 --
 common/schedule.c      |  152 +++++++++++++++++++++----------------------------
 include/public/vcpu.h  |   34 ++++++++++
 include/xen/sched-if.h |    6 -
 include/xen/sched.h    |   12 +--
 9 files changed, 134 insertions(+), 119 deletions(-)

Index: linux-2.6-xen-cpusteal-hv.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-xen-cpusteal-hv.patch,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -u -r1.2.2.2 -r1.2.2.3
--- linux-2.6-xen-cpusteal-hv.patch	28 Feb 2006 21:45:29 -0000	1.2.2.2
+++ linux-2.6-xen-cpusteal-hv.patch	1 Mar 2006 14:27:17 -0000	1.2.2.3
@@ -207,7 +207,7 @@
 +    {
 +        /* Fast lock-free path. */
 +        memcpy(runstate, &v->runstate, sizeof(*runstate));
-+        ASSERT(runstate->state = RUNSTATE_running);
++        ASSERT(runstate->state == RUNSTATE_running);
 +        runstate->time[RUNSTATE_running] += NOW() - runstate->state_entry_time;
 +    }
 +    else




More information about the fedora-cvs-commits mailing list