<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2011-02-02)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>joel</strong></font>
 <font color='#225522'><em>(on branch rtems-4-10-branch)</em></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-02-02 Joel Sherrill <joel.sherrilL@OARcorp.com>

        * cpuuse/tswitch.c: Shrink memory requirements.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/ChangeLog.diff?r1=text&tr1=1.252&r2=text&tr2=1.253&diff_format=h">M</a></td><td width='1%'>1.253</td><td width='100%'>testsuites/libtests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/ChangeLog.diff?r1=text&tr1=1.176.2.6&r2=text&tr2=1.176.2.7&diff_format=h">M</a></td><td width='1%'>1.176.2.7</td><td width='100%'>testsuites/libtests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/cpuuse/tswitch.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.15&diff_format=h">M</a></td><td width='1%'>1.15</td><td width='100%'>testsuites/libtests/cpuuse/tswitch.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/cpuuse/tswitch.c.diff?r1=text&tr1=1.14&r2=text&tr2=1.14.2.1&diff_format=h">M</a></td><td width='1%'>1.14.2.1</td><td width='100%'>testsuites/libtests/cpuuse/tswitch.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/libtests/ChangeLog:1.252 rtems/testsuites/libtests/ChangeLog:1.253
--- rtems/testsuites/libtests/ChangeLog:1.252   Wed Feb  2 09:01:21 2011
+++ rtems/testsuites/libtests/ChangeLog Wed Feb  2 12:52:49 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-02-02    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       * cpuuse/tswitch.c: Shrink memory requirements.
+
</font> 2011-02-02        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * configure.ac: Require autoconf-2.68, automake-1.11.1.

<font color='#006600'>diff -u rtems/testsuites/libtests/ChangeLog:1.176.2.6 rtems/testsuites/libtests/ChangeLog:1.176.2.7
--- rtems/testsuites/libtests/ChangeLog:1.176.2.6       Wed Feb  2 09:18:01 2011
+++ rtems/testsuites/libtests/ChangeLog Wed Feb  2 12:53:04 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-02-02    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       * cpuuse/tswitch.c: Shrink memory requirements.
+
</font> 2011-02-02        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * configure.ac: Require autoconf-2.68, automake-1.11.1.

<font color='#006600'>diff -u rtems/testsuites/libtests/cpuuse/tswitch.c:1.14 rtems/testsuites/libtests/cpuuse/tswitch.c:1.15
--- rtems/testsuites/libtests/cpuuse/tswitch.c:1.14     Sat Sep 26 10:46:34 2009
+++ rtems/testsuites/libtests/cpuuse/tswitch.c  Wed Feb  2 12:52:50 2011
</font><font color='#997700'>@@ -22,11 +22,10 @@
</font> 
 #include "system.h"
 
<font color='#880000'>-#if BSP_SMALL_MEMORY
-struct taskSwitchLog taskSwitchLog[100];
-#else
-struct taskSwitchLog taskSwitchLog[1000];
-#endif
</font><font color='#000088'>+/*
+ *  Only require 8 task switches on sis/gdb.  --joel 2 Feb 2011
+ */
+struct taskSwitchLog taskSwitchLog[25];
</font> int taskSwitchLogIndex;
 volatile int testsFinished;;
 

<font color='#006600'>diff -u rtems/testsuites/libtests/cpuuse/tswitch.c:1.14 rtems/testsuites/libtests/cpuuse/tswitch.c:1.14.2.1
--- rtems/testsuites/libtests/cpuuse/tswitch.c:1.14     Sat Sep 26 10:46:34 2009
+++ rtems/testsuites/libtests/cpuuse/tswitch.c  Wed Feb  2 12:53:04 2011
</font><font color='#997700'>@@ -22,11 +22,10 @@
</font> 
 #include "system.h"
 
<font color='#880000'>-#if BSP_SMALL_MEMORY
-struct taskSwitchLog taskSwitchLog[100];
-#else
-struct taskSwitchLog taskSwitchLog[1000];
-#endif
</font><font color='#000088'>+/*
+ *  Only require 8 task switches on sis/gdb.  --joel 2 Feb 2011
+ */
+struct taskSwitchLog taskSwitchLog[25];
</font> int taskSwitchLogIndex;
 volatile int testsFinished;;
 
</pre>
<p> </p>
<a name='cs2'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>joel</strong></font>
 <font color='#225522'><em>(on branch rtems-4-10-branch)</em></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-02-02 Joel Sherrill <joel.sherrilL@OARcorp.com>

        * sp04/tswitch.c: Shrink memory requirements.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/sptests/ChangeLog.diff?r1=text&tr1=1.428&r2=text&tr2=1.429&diff_format=h">M</a></td><td width='1%'>1.429</td><td width='100%'>testsuites/sptests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/sptests/ChangeLog.diff?r1=text&tr1=1.365.2.1&r2=text&tr2=1.365.2.2&diff_format=h">M</a></td><td width='1%'>1.365.2.2</td><td width='100%'>testsuites/sptests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/sptests/sp04/tswitch.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.20&diff_format=h">M</a></td><td width='1%'>1.20</td><td width='100%'>testsuites/sptests/sp04/tswitch.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/sptests/sp04/tswitch.c.diff?r1=text&tr1=1.19&r2=text&tr2=1.19.2.1&diff_format=h">M</a></td><td width='1%'>1.19.2.1</td><td width='100%'>testsuites/sptests/sp04/tswitch.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/sptests/ChangeLog:1.428 rtems/testsuites/sptests/ChangeLog:1.429
--- rtems/testsuites/sptests/ChangeLog:1.428    Wed Feb  2 09:01:30 2011
+++ rtems/testsuites/sptests/ChangeLog  Wed Feb  2 13:02:06 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-02-02    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       * sp04/tswitch.c: Shrink memory requirements.
+
</font> 2011-02-02        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * configure.ac: Require autoconf-2.68, automake-1.11.1.

<font color='#006600'>diff -u rtems/testsuites/sptests/ChangeLog:1.365.2.1 rtems/testsuites/sptests/ChangeLog:1.365.2.2
--- rtems/testsuites/sptests/ChangeLog:1.365.2.1        Wed Feb  2 09:18:10 2011
+++ rtems/testsuites/sptests/ChangeLog  Wed Feb  2 13:02:16 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-02-02    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       * sp04/tswitch.c: Shrink memory requirements.
+
</font> 2011-02-02        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * configure.ac: Require autoconf-2.68, automake-1.11.1.

<font color='#006600'>diff -u rtems/testsuites/sptests/sp04/tswitch.c:1.19 rtems/testsuites/sptests/sp04/tswitch.c:1.20
--- rtems/testsuites/sptests/sp04/tswitch.c:1.19        Sat Sep 26 10:47:16 2009
+++ rtems/testsuites/sptests/sp04/tswitch.c     Wed Feb  2 13:02:06 2011
</font><font color='#997700'>@@ -10,7 +10,7 @@
</font>  *
  *  Output parameters:  NONE
  *
<font color='#880000'>- *  COPYRIGHT (c) 1989-2009.
</font><font color='#000088'>+ *  COPYRIGHT (c) 1989-2011.
</font>  *  On-Line Applications Research Corporation (OAR).
  *
  *  The license and distribution terms for this file may be
<font color='#997700'>@@ -22,11 +22,10 @@
</font> 
 #include "system.h"
 
<font color='#880000'>-#if BSP_SMALL_MEMORY
-struct taskSwitchLog taskSwitchLog[100];
-#else
-struct taskSwitchLog taskSwitchLog[1000];
-#endif
</font><font color='#000088'>+/*
+ *  Only require 10 task switches on sis/gdb.  --joel 2 Feb 2011
+ */
+struct taskSwitchLog taskSwitchLog[25];
</font> unsigned int taskSwitchLogIndex;
 volatile int testsFinished;
 

<font color='#006600'>diff -u rtems/testsuites/sptests/sp04/tswitch.c:1.19 rtems/testsuites/sptests/sp04/tswitch.c:1.19.2.1
--- rtems/testsuites/sptests/sp04/tswitch.c:1.19        Sat Sep 26 10:47:16 2009
+++ rtems/testsuites/sptests/sp04/tswitch.c     Wed Feb  2 13:02:17 2011
</font><font color='#997700'>@@ -10,7 +10,7 @@
</font>  *
  *  Output parameters:  NONE
  *
<font color='#880000'>- *  COPYRIGHT (c) 1989-2009.
</font><font color='#000088'>+ *  COPYRIGHT (c) 1989-2011.
</font>  *  On-Line Applications Research Corporation (OAR).
  *
  *  The license and distribution terms for this file may be
<font color='#997700'>@@ -22,11 +22,10 @@
</font> 
 #include "system.h"
 
<font color='#880000'>-#if BSP_SMALL_MEMORY
-struct taskSwitchLog taskSwitchLog[100];
-#else
-struct taskSwitchLog taskSwitchLog[1000];
-#endif
</font><font color='#000088'>+/*
+ *  Only require 10 task switches on sis/gdb.  --joel 2 Feb 2011
+ */
+struct taskSwitchLog taskSwitchLog[25];
</font> unsigned int taskSwitchLogIndex;
 volatile int testsFinished;
 
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>