summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-21 15:57:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-21 15:57:22 +0000
commite2ba62d1ea181d8057c6c3f6ba2e9dc651f6aa3a (patch)
tree3ba6fcde8d360aa8552a7667159b04f67051c27b /cpukit/ChangeLog
parent2007-12-21 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-e2ba62d1ea181d8057c6c3f6ba2e9dc651f6aa3a.tar.bz2
2007-12-21 Joel Sherrill <joel.sherrill@OARcorp.com>
* configure.ac, score/include/rtems/score/coremutex.h, score/inline/rtems/score/coremutex.inl: Add the ability to disable inlining coremutex seize. This reduces the code size and also improves the process of coverage analysis. * score/src/coremutexseizeintr.c: 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 9074523e82..a4304638fb 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,11 @@
+2007-12-21 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * configure.ac, score/include/rtems/score/coremutex.h,
+ score/inline/rtems/score/coremutex.inl: Add the ability to disable
+ inlining coremutex seize. This reduces the code size and also
+ improves the process of coverage analysis.
+ * score/src/coremutexseizeintr.c: New file.
+
2007-12-21 Xi Yang <hiyangxi@gmail.com>
* configure.ac, score/include/rtems/score/coremutex.h,