summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-11 14:18:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-11 14:18:03 +0000
commit6aa3ce3bfe3aa9ad05eb0a421c8761bdba40b4c1 (patch)
tree8d65af7cc2f1484e367d5c19742014840ea97565 /cpukit/ChangeLog
parent2009-10-10 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-6aa3ce3bfe3aa9ad05eb0a421c8761bdba40b4c1.tar.bz2
2009-10-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/inline/rtems/score/thread.inl, score/src/threaddispatch.c: Correct conditionals so _Thread_Enable_dispatch() is always inlined when intended.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 724bf13de3..3d7d207a57 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2009-10-11 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * score/inline/rtems/score/thread.inl, score/src/threaddispatch.c:
+ Correct conditionals so _Thread_Enable_dispatch() is always inlined
+ when intended.
+
2009-10-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* posix/include/rtems/posix/threadsup.h, posix/src/cancel.c,