summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-29 00:40:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-29 00:40:29 +0000
commit56cdd5e88fad9f7d10a8d263c0b19aa0eaee083f (patch)
tree2677ea91ade43529f4616ce6752741841c347b2f /testsuites/sptests/ChangeLog
parent2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-56cdd5e88fad9f7d10a8d263c0b19aa0eaee083f.tar.bz2
2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1573/cpukit * spsize/size.c: Add a per cpu data structure which contains the information required by RTEMS for each CPU core. This encapsulates information such as thread executing, heir, idle and dispatch needed.
Diffstat (limited to 'testsuites/sptests/ChangeLog')
-rw-r--r--testsuites/sptests/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog
index e0e0e2ce89..4a39474e95 100644
--- a/testsuites/sptests/ChangeLog
+++ b/testsuites/sptests/ChangeLog
@@ -1,5 +1,12 @@
2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
+ PR 1573/cpukit
+ * spsize/size.c: Add a per cpu data structure which contains the
+ information required by RTEMS for each CPU core. This encapsulates
+ information such as thread executing, heir, idle and dispatch needed.
+
+2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* sp69/Makefile.am: Really needs spin.c
2010-06-26 Bharath Suri <bharath.s.jois@gmail.com>