lkml.org 
[lkml]   [2009]   [Sep]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [RFC][PATCH] SCHED_EDF scheduling class
From
Date
On Tue, 2009-09-22 at 12:30 +0200, Raistlin wrote:
> Hi Peter, Hi all,
>
> this is the implementation of a new scheduling class called
> SCHED_EDF made by me and Michael Trimarchi (CC:-ed). We followed the
> suggestions you gave us at the multicore workshop in Kaiserlsautern
> on October.
>
> For other people: it is a real-time scheduling policy based on the
> Earliest Deadline First (EDF) algorithm, one of the most common
> real-time scheduling algorithms.

You've got some type of encoding corruption in your patch,

+ else {
+ if (!edf_task(p))
+ p->sched_class =3D &fair_sched_class;
+ else
+ p->sched_class =3D &edf_sched_class;
+ }
=20
p->prio =3D prio;
=20

See the =20 , and =3D above.. I'm not sure exactly how that gets into
patches ;( We require utf8 encodings , some people can handle the stuff
above but most scripts and the patch command won't be able to. I realize
this is an RFC , so the next time you submit this try to make it utf8 ..

Daniel



\
 
 \ /
  Last update: 2009-09-22 15:27    [W:0.315 / U:0.520 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site