xen/sched: move per-cpu variable cpupool to struct sched_resource
authorJuergen Gross <jgross@suse.com>
Wed, 2 Oct 2019 07:27:35 +0000 (09:27 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 4 Oct 2019 10:59:18 +0000 (12:59 +0200)
commit9b564c3c0643e910a1d487c4dd0bebf69a6e62da
tree81885e11890445285904eafadd10ce1967c59db8
parentb6eeeccf46d7c3c15b0aa94c6426de6ee9b83304
xen/sched: move per-cpu variable cpupool to struct sched_resource

Having a pointer to struct cpupool in struct sched_resource instead
of per cpu is enough.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Dario Faggioli <dfaggioli@suse.com>
xen/common/cpupool.c
xen/common/sched_credit.c
xen/common/sched_rt.c
xen/common/schedule.c
xen/include/xen/sched-if.h