On Wed, Jan 8, 2020 at 7:24 AM Juergen Gross <jgr...@suse.com> wrote:
>
> Scheduling code has several places using int or bool_t instead of bool.
> Switch those.
>
> Signed-off-by: Juergen Gross <jgr...@suse.com>
> ---
> V2:
> - rename bool "pos" to "first" (Dario Faggioli)
> ---
>  xen/common/sched/arinc653.c |  8 ++++----
>  xen/common/sched/core.c     | 14 +++++++-------
>  xen/common/sched/cpupool.c  | 10 +++++-----
>  xen/common/sched/credit.c   | 12 ++++++------
>  xen/common/sched/private.h  |  2 +-
>  xen/common/sched/rt.c       | 18 +++++++++---------
>  xen/include/xen/sched.h     |  6 +++---
>  7 files changed, 35 insertions(+), 35 deletions(-)
>

As to  xen/common/sched/rt.c,

Reviewed-by: Meng Xu <men...@cis.upenn.edu>

Cheers,

Meng

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to