Jan Beulich writes:
On 14.01.16 at 15:49, wrote:
>> --- a/xen/common/schedule.c
>> +++ b/xen/common/schedule.c
>> @@ -64,20 +64,9 @@ static void poll_timer_fn(void *data);
>> DEFINE_PER_CPU(struct schedule_data, schedule_data);
>> DEFINE_PER_CPU(struct scheduler *, scheduler);
>>
>> -stat
>>> On 14.01.16 at 15:49, wrote:
> --- a/xen/common/schedule.c
> +++ b/xen/common/schedule.c
> @@ -64,20 +64,9 @@ static void poll_timer_fn(void *data);
> DEFINE_PER_CPU(struct schedule_data, schedule_data);
> DEFINE_PER_CPU(struct scheduler *, scheduler);
>
> -static const struct scheduler *s
Instead of having a manually-curated list of schedulers, use the array
that was auto-generated simply by compiling in the scheduler files as
the sole source of truth of the available schedulers.
CC: George Dunlap
CC: Dario Faggioli
Signed-off-by: Jonathan Creekmore
Acked-by: Dario Faggioli
Rev