]> xenbits.xensource.com Git - xen.git/commit
xen: credit2: avoid calling __update_svc_load() multiple times on the same vcpu
authorDario Faggioli <dario.faggioli@citrix.com>
Wed, 6 Jul 2016 16:37:37 +0000 (17:37 +0100)
committerGeorge Dunlap <george.dunlap@citrix.com>
Fri, 8 Jul 2016 10:04:48 +0000 (11:04 +0100)
commit1e2d167d8faae843b80487e5026b07a135cf4147
tree0eb6eb36e9c7c81b4640a5b4d225b3173ab00986
parente4c1792b589be236d68eb7930979cadb5838e097
xen: credit2: avoid calling __update_svc_load() multiple times on the same vcpu

by not resetting the variable that should guard against
that at the beginning of each step of the outer loop.

Signed-off-by: Dario Faggioli <dario.faggioli@citrix.com>
Reviewed-by: George Dunlap <george.dunlap@citrix.com>
xen/common/sched_credit2.c