xen/sched: switch sched_move_irqs() to take sched_unit as parameter
authorJuergen Gross <jgross@suse.com>
Fri, 27 Sep 2019 07:00:27 +0000 (09:00 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 27 Sep 2019 14:01:25 +0000 (16:01 +0200)
commit67a6cafebdafec7a957072909790b37f2e9690f7
tree4f0887e50b0403b9bf27b7d87d9bc8a111462675
parent0566fbf52e27f77d9e307ba83cb3cc227ab3ae2c
xen/sched: switch sched_move_irqs() to take sched_unit as parameter

sched_move_irqs() should work on a sched_unit as that is the unit
moved between cpus.

Rename the current function to vcpu_move_irqs() as it is still needed
in schedule().

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Dario Faggioli <dfaggioli@suse.com>
xen/common/schedule.c