summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 4d62054e5e..4acda4f028 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
2011-03-15 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * rtems/src/taskresume.c, score/Makefile.am,
+ score/include/rtems/score/thread.h: Convert _Thread_Resume and
+ _Thread_Suspend into macros.
+ * score/src/threadresume.c, score/src/threadsuspend.c: Removed.
+
+2011-03-15 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* libmisc/cpuuse/cpuusagereport.c: Make compile again.
2011-03-15 Joel Sherrill <joel.sherrill@oarcorp.com>