|
@@ -187,7 +187,7 @@ get their allocated time.
|
|
|
|
|
|
Implementing SCHED_EDF might take a while to complete. Priority Inheritance is
|
|
Implementing SCHED_EDF might take a while to complete. Priority Inheritance is
|
|
the biggest challenge as the current linux PI infrastructure is geared towards
|
|
the biggest challenge as the current linux PI infrastructure is geared towards
|
|
-the limited static priority levels 0-139. With deadline scheduling you need to
|
|
|
|
|
|
+the limited static priority levels 0-99. With deadline scheduling you need to
|
|
do deadline inheritance (since priority is inversely proportional to the
|
|
do deadline inheritance (since priority is inversely proportional to the
|
|
deadline delta (deadline - now).
|
|
deadline delta (deadline - now).
|
|
|
|
|