]> xenbits.xensource.com Git - people/dwmw2/xen.git/commit
sched: refactor code around vcpu_deassign() in null scheduler
authorDario Faggioli <dfaggioli@suse.com>
Fri, 26 Jul 2019 08:46:38 +0000 (10:46 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 26 Jul 2019 08:46:38 +0000 (10:46 +0200)
commita7c6859ec982f94e899629e2e7985caa60e3833e
tree2455604fdb343ae58dbfa0384024cc293531338c
parent1f3c111f230ae41ac9908114f439933e2c6e1e29
sched: refactor code around vcpu_deassign() in null scheduler

vcpu_deassign() is called only once (in _vcpu_remove()).

Let's consolidate the two functions into one.

No functional change intended.

Signed-off-by: Dario Faggioli <dfaggioli@suse.com>
Acked-by: George Dunlap <george.dunlap@citrix.com>
xen/common/sched_null.c