change log for rtems (2011-02-02)

rtems-vc at rtems.org rtems-vc at rtems.org
Wed Feb 2 19:10:23 UTC 2011


 *joel* (on branch rtems-4-10-branch):
2011-02-02	Joel Sherrill <joel.sherrilL at OARcorp.com>

	* cpuuse/tswitch.c: Shrink memory requirements.

M  1.253  testsuites/libtests/ChangeLog
M 1.176.2.7  testsuites/libtests/ChangeLog
M   1.15  testsuites/libtests/cpuuse/tswitch.c
M 1.14.2.1  testsuites/libtests/cpuuse/tswitch.c

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
@@ -1,3 +1,7 @@
+2011-02-02	Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+	* cpuuse/tswitch.c: Shrink memory requirements.
+
 2011-02-02	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* configure.ac: Require autoconf-2.68, automake-1.11.1.

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
@@ -1,3 +1,7 @@
+2011-02-02	Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+	* cpuuse/tswitch.c: Shrink memory requirements.
+
 2011-02-02	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* configure.ac: Require autoconf-2.68, automake-1.11.1.

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
@@ -22,11 +22,10 @@
 
 #include "system.h"
 
-#if BSP_SMALL_MEMORY
-struct taskSwitchLog taskSwitchLog[100];
-#else
-struct taskSwitchLog taskSwitchLog[1000];
-#endif
+/*
+ *  Only require 8 task switches on sis/gdb.  --joel 2 Feb 2011
+ */
+struct taskSwitchLog taskSwitchLog[25];
 int taskSwitchLogIndex;
 volatile int testsFinished;;
 

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
@@ -22,11 +22,10 @@
 
 #include "system.h"
 
-#if BSP_SMALL_MEMORY
-struct taskSwitchLog taskSwitchLog[100];
-#else
-struct taskSwitchLog taskSwitchLog[1000];
-#endif
+/*
+ *  Only require 8 task switches on sis/gdb.  --joel 2 Feb 2011
+ */
+struct taskSwitchLog taskSwitchLog[25];
 int taskSwitchLogIndex;
 volatile int testsFinished;;
 


 *joel* (on branch rtems-4-10-branch):
2011-02-02	Joel Sherrill <joel.sherrilL at OARcorp.com>

	* sp04/tswitch.c: Shrink memory requirements.

M  1.429  testsuites/sptests/ChangeLog
M 1.365.2.2  testsuites/sptests/ChangeLog
M   1.20  testsuites/sptests/sp04/tswitch.c
M 1.19.2.1  testsuites/sptests/sp04/tswitch.c

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
@@ -1,3 +1,7 @@
+2011-02-02	Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+	* sp04/tswitch.c: Shrink memory requirements.
+
 2011-02-02	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* configure.ac: Require autoconf-2.68, automake-1.11.1.

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
@@ -1,3 +1,7 @@
+2011-02-02	Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+	* sp04/tswitch.c: Shrink memory requirements.
+
 2011-02-02	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* configure.ac: Require autoconf-2.68, automake-1.11.1.

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
@@ -10,7 +10,7 @@
  *
  *  Output parameters:  NONE
  *
- *  COPYRIGHT (c) 1989-2009.
+ *  COPYRIGHT (c) 1989-2011.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  The license and distribution terms for this file may be
@@ -22,11 +22,10 @@
 
 #include "system.h"
 
-#if BSP_SMALL_MEMORY
-struct taskSwitchLog taskSwitchLog[100];
-#else
-struct taskSwitchLog taskSwitchLog[1000];
-#endif
+/*
+ *  Only require 10 task switches on sis/gdb.  --joel 2 Feb 2011
+ */
+struct taskSwitchLog taskSwitchLog[25];
 unsigned int taskSwitchLogIndex;
 volatile int testsFinished;
 

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
@@ -10,7 +10,7 @@
  *
  *  Output parameters:  NONE
  *
- *  COPYRIGHT (c) 1989-2009.
+ *  COPYRIGHT (c) 1989-2011.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  The license and distribution terms for this file may be
@@ -22,11 +22,10 @@
 
 #include "system.h"
 
-#if BSP_SMALL_MEMORY
-struct taskSwitchLog taskSwitchLog[100];
-#else
-struct taskSwitchLog taskSwitchLog[1000];
-#endif
+/*
+ *  Only require 10 task switches on sis/gdb.  --joel 2 Feb 2011
+ */
+struct taskSwitchLog taskSwitchLog[25];
 unsigned int taskSwitchLogIndex;
 volatile int testsFinished;
 



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20110202/3cec21a6/attachment-0001.html>


More information about the vc mailing list