> Would this be an equivalent fix for 2.4.20-ck4?
yes - but the reverse of it.
> -	long sleep_time = jiffies - p->sleep_timestamp - 1;
> +	unsigned long sleep_time = jiffies - p->sleep_timestamp;
>  	prio_array_t *array = rq->active;
>  
> -	if (!rt_task(p) && (sleep_time > 0)) {
> +	if (!rt_task(p) && sleep_time) {
	Ingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/