Re: [Xen-devel] [PATCH v2 7/9] xen/sched: switch scheduling to bool where appropriate

2020-01-22 Thread Dario Faggioli
On Wed, 2020-01-08 at 16:23 +0100, Juergen Gross wrote: > Scheduling code has several places using int or bool_t instead of > bool. > Switch those. > > Signed-off-by: Juergen Gross > --- > V2: > - rename bool "pos" to "first" (Dario Faggioli) > Reviewed-by: Dario Faggioli Thanks and Regards --

Re: [Xen-devel] [PATCH v2 7/9] xen/sched: switch scheduling to bool where appropriate

2020-01-08 Thread Meng Xu
On Wed, Jan 8, 2020 at 7:24 AM Juergen Gross wrote: > > Scheduling code has several places using int or bool_t instead of bool. > Switch those. > > Signed-off-by: Juergen Gross > --- > V2: > - rename bool "pos" to "first" (Dario Faggioli) > --- > xen/common/sched/arinc653.c | 8 > xen/

[Xen-devel] [PATCH v2 7/9] xen/sched: switch scheduling to bool where appropriate

2020-01-08 Thread Juergen Gross
Scheduling code has several places using int or bool_t instead of bool. Switch those. Signed-off-by: Juergen Gross --- 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 |