Re: [PATCH] sched: Add SCHED_BGND (background) scheduling policy

From: Jan Engelhardt
Date: Wed Jul 05 2006 - 10:03:23 EST


>> Peter
>> PS Any programs that use SCHED_IDLEPRIO should work as long as its value
>> is defined as 4.
>
>OK, nice, but:
>
>2.6.17-ck1:
>
>/*
> * Scheduling policies
> */
>#define SCHED_NORMAL 0
>#define SCHED_FIFO 1
>#define SCHED_RR 2
>#define SCHED_BATCH 3
>#define SCHED_ISO 4
>#define SCHED_IDLEPRIO 5
>
>#define SCHED_MIN 0
>#define SCHED_MAX 5
>
>
>Arggl.
>
>So what does that tell us?
>

We need a common header now.


Jan Engelhardt
--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/