xen/sched: add inline wrappers for calling per-scheduler functions
authorJuergen Gross <jgross@suse.com>
Tue, 28 May 2019 10:32:15 +0000 (12:32 +0200)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 11 Jun 2019 16:42:52 +0000 (17:42 +0100)
commitdecfc03f54b821877f64f28beba15124940470b5
tree66cd960e06dfdee8b939937e6e82c5d896e4777f
parentec25b3c0261c5d2cd59b645004178313ac3fe974
xen/sched: add inline wrappers for calling per-scheduler functions

Instead of using the SCHED_OP() macro to call the different scheduler
specific functions add inline wrappers for that purpose.

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