summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-09 21:11:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-09 21:11:04 +0000
commit8daaa215567c4016b24c8e0c7b019b15b0e907e2 (patch)
treeb973b5f21e377b995fa9e3d01affc422e4506454 /cpukit/ChangeLog
parent2008-01-09 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-8daaa215567c4016b24c8e0c7b019b15b0e907e2.tar.bz2
2008-01-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/include/rtems/score/coremutex.h, score/src/coremutexseizeintr.c: Fix conditional code for inlining _CORE_mutex_Seize_interrupt_trylock() and add comments.
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 2dfb1b9454..937c1228a5 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2008-01-09 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * score/include/rtems/score/coremutex.h,
+ score/src/coremutexseizeintr.c: Fix conditional code for inlining
+ _CORE_mutex_Seize_interrupt_trylock() and add comments.
+
+2008-01-09 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* sapi/include/confdefs.h: Add CONFIGURE_MALLOC_DIRTY.
2008-01-09 Joel Sherrill <joel.sherrill@oarcorp.com>