summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-21 23:25:24 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-21 23:25:24 +0000
commitf851e8765d9520e93a12ce73cca4a05fdfc3da56 (patch)
treee4e6ddfdf699c2f79687ee12ac7dc55a7986bc7d /testsuites
parent2007-05-21 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-f851e8765d9520e93a12ce73cca4a05fdfc3da56.tar.bz2
2007-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* spsize/size.c: Eliminated the variables _RTEMS_tasks_User_initialization_tasks and _RTEMS_tasks_Number_of_initialization_tasks because they were only used in one place after initialized. It was a waste of space.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/sptests/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog
index 5977d8d9f0..e81d7ff2ae 100644
--- a/testsuites/sptests/ChangeLog
+++ b/testsuites/sptests/ChangeLog
@@ -1,3 +1,10 @@
+2007-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * spsize/size.c: Eliminated the variables
+ _RTEMS_tasks_User_initialization_tasks and
+ _RTEMS_tasks_Number_of_initialization_tasks because they were only
+ used in one place after initialized. It was a waste of space.
+
2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,