summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-06-28 20:39:39 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-06-28 20:39:39 +0000
commit2f96c1ebef88c75757a1b1f7e76ec85cf2a5f78e (patch)
tree821650138c9a0eb3efd734a646e25f92f6815d6c /cpukit/ChangeLog
parent2011-06-28 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-2f96c1ebef88c75757a1b1f7e76ec85cf2a5f78e.tar.bz2
2011-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1826/cpukit * libmisc/cpuuse/cpuusagereport.c, rtems/Makefile.am, rtems/preinstall.am, rtems/include/rtems.h: Add SMP Helper methods to Classic API. * rtems/include/rtems/rtems/smp.h: New file.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 20ce764519..82eb911235 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,13 @@
2011-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
+ PR 1826/cpukit
+ * libmisc/cpuuse/cpuusagereport.c, rtems/Makefile.am,
+ rtems/preinstall.am, rtems/include/rtems.h: Add SMP Helper methods to
+ Classic API.
+ * rtems/include/rtems/rtems/smp.h: New file.
+
+2011-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* score/Makefile.am, score/include/rtems/score/schedulersimplesmp.h,
score/src/schedulersimplesmptick.c: Build schedulersimplesmptick.c
and fix typos.