summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuruprasad Aphale <guru@koruna.cs.unc.edu>2010-05-19 15:43:35 -0400
committerGuruprasad Aphale <guru@koruna.cs.unc.edu>2010-05-19 15:43:35 -0400
commitc69657fb3beb7db05002d2f5eeff47c1694ad794 (patch)
treedd5014c533cc08fa401c0430e7cfd5ff2da60648
parente836da11ef302903364db2d0c3bd85d32b95cd6b (diff)
Corrected the scons example and also included improved C-EDF into changelog.
-rw-r--r--index.html21
1 files changed, 12 insertions, 9 deletions
diff --git a/index.html b/index.html
index f9e187f..1b81100 100644
--- a/index.html
+++ b/index.html
@@ -304,6 +304,11 @@ Technology and Applications Symposium</cite>, pp. 342-353, April 2008.
304 <li> 304 <li>
305 Changed codebase from Linux 2.6.24 to Linux 2.6.32 305 Changed codebase from Linux 2.6.24 to Linux 2.6.32
306 </li> 306 </li>
307 <li>
308 Improved C-EDF plugin. C-EDF supports different cluster sizes (around L2 and L3 caches) and supports dynamic changes of cluster size (when no real-time
309tasks are present).
310 </li>
311 <li> Synchronization of plugin switching </li>
307 <li>Several bugfixes.</li> 312 <li>Several bugfixes.</li>
308 </div> 313 </div>
309 314
@@ -407,20 +412,13 @@ LITMUS_KERNEL: Where to find the LITMUS^RT kernel. ( /path/to/LITMUS_KERNEL )
407 default: ../litmus2010 412 default: ../litmus2010
408 actual: ../litmus2010 413 actual: ../litmus2010
409 414
410PYTHON_HEADERS: Where to find Python headers. ( /path/to/PYTHON_HEADERS )
411 default: /usr/include/python2.5
412 actual: /usr/include/python2.5
413
414ARCH: Target architecture. (x86_64|sparc64|x86|i686) 415ARCH: Target architecture. (x86_64|sparc64|x86|i686)
415 default: x86_64 416 default: x86_64
416 actual: x86_64 417 actual: x86_64
417 418
418WSS: Working set size for pm analysis
419 default: 3072
420 actual: 3072
421
422Use scons -H for help about command-line options. 419Use scons -H for help about command-line options.
423 </pre> 420
421 </pre>
424</p> 422</p>
425<p class="notopmargin"> 423<p class="notopmargin">
426 To summarize, the <span class="src"> liblitmus </span> can be obtained and 424 To summarize, the <span class="src"> liblitmus </span> can be obtained and
@@ -479,6 +477,11 @@ scons
479 You can use the tool <span class="src">showsched</span> (part of <span class="src">liblitmus</span>) to display 477 You can use the tool <span class="src">showsched</span> (part of <span class="src">liblitmus</span>) to display
480 the name of the currently active policy. 478 the name of the currently active policy.
481 </p> 479 </p>
480 <h4> Configuring improved Clustered-EDF(C-EDF)</h4>
481 <p>
482 Clustered-EDF scheduling plugin can create clusters based on sharing of L2 or L3 cache. The plugin reads the cache level parameter from the file <span class="src"> /proc/litmus/cluster_cache</span>. It maps processors sharing cache at the specified level in one cluster.
483 </li>
484 </p>
482 <h3>Changing the Active Policy</h3> 485 <h3>Changing the Active Policy</h3>
483 <p class="qa"> 486 <p class="qa">
484 You can use the tool <span class="src">setsched</span> (part of <span class="src">liblitmus</span>) 487 You can use the tool <span class="src">setsched</span> (part of <span class="src">liblitmus</span>)