summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2011-01-26 12:22:33 -0500
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2011-01-26 12:22:33 -0500
commit011e764248cc830e24c35c7f6c816f862a0aac5f (patch)
treefd21710c1c82b5443760d144ef9d8e4922ec7010
parentfd9fa80346527e24510f3df0ad5470438d51edc8 (diff)
fix validation error
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 6bd560c..f21156c 100644
--- a/index.html
+++ b/index.html
@@ -565,7 +565,7 @@ make
565 If you do not have the <span class="src">dialog</span> utility installed, then you can still used <span class="src">setsched</span> by passing the desired scheduling policy as a commandline parameter, <em>e.g.</em> type <span class="src"> setsched PFAIR </span> to activate the PFAIR plugin. 565 If you do not have the <span class="src">dialog</span> utility installed, then you can still used <span class="src">setsched</span> by passing the desired scheduling policy as a commandline parameter, <em>e.g.</em> type <span class="src"> setsched PFAIR </span> to activate the PFAIR plugin.
566 </p> 566 </p>
567 <p>The list of loaded plugins is exported at <span class="src">/proc/litmus/plugins/loaded</span>; the active plugin is reported at <span class="src">/proc/litmus/active_plugin</span>. 567 <p>The list of loaded plugins is exported at <span class="src">/proc/litmus/plugins/loaded</span>; the active plugin is reported at <span class="src">/proc/litmus/active_plugin</span>.
568 568 </p>
569 <h3>Selecting the C-EDF Cluster Size</h3> 569 <h3>Selecting the C-EDF Cluster Size</h3>
570 <p class="qa"> 570 <p class="qa">
571 The C-EDF plugin can create clusters based on the cache topology. When the plugin is activated (see above), it configures clusters based on the value (&quot;L1&quot;, &quot;L2&quot;, &quot;L3&quot;, or &quot;ALL&quot;) last written to <span class="src">/proc/litmus/plugins/C-EDF/cluster</span>. 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. 571 The C-EDF plugin can create clusters based on the cache topology. When the plugin is activated (see above), it configures clusters based on the value (&quot;L1&quot;, &quot;L2&quot;, &quot;L3&quot;, or &quot;ALL&quot;) last written to <span class="src">/proc/litmus/plugins/C-EDF/cluster</span>. 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.