summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 502576c..fca54c9 100644
--- a/index.html
+++ b/index.html
@@ -338,7 +338,7 @@ Technology and Applications Symposium</cite>, pp. 342-353, April 2008.
338 </li> 338 </li>
339 339
340 <li> 340 <li>
341 Improved C-EDF plugin. C-EDF now supports different cluster sizes (based on L2 and L3 cache sharing) and supports dynamic changes of cluster size (while the C-EDF plugin is not active). 341 Improved C-EDF plugin. C-EDF now supports different cluster sizes (based on L2 and L3 cache sharing) and supports dynamic changes of cluster size (this requires reloading the plugin).
342 </li> 342 </li>
343 343
344 344
@@ -536,7 +536,7 @@ scons
536 536
537 <h3>Selecting the C-EDF Cluster Size</h3> 537 <h3>Selecting the C-EDF Cluster Size</h3>
538 <p class="qa"> 538 <p class="qa">
539 The C-EDF plugin can create clusters based on the sharing of L2 or L3 caches. When the plugin is activated (see above), it configures clusters based on the value last written to <span class="src"> /proc/litmus/cluster_cache</span> (either &quot;L2&quot; or &quot;L3&quot;). Note that the desired level of shared caches must be written prior to activating C-EDF; changing cluster size while C-EDF is active is not supported. 539 The C-EDF plugin can create clusters based on the sharing of L2 or L3 caches. When the plugin is activated (see above), it configures clusters based on the value last written to <span class="src"> /proc/litmus/cluster_cache</span> (either &quot;L2&quot; or &quot;L3&quot;). Note that the C-EDF must be reloaded (for example by switching to the Linux plugin and back to C-EDF) to enact a change to the desired cluster size; changing the cluster size while C-EDF is active is not supported.
540 </p> 540 </p>
541 541
542 <h3>Writing Real-Time Tasks</h3> 542 <h3>Writing Real-Time Tasks</h3>