From fd84982c0019205ea5e4c226f47dd62480cfd5e6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 21 Dec 2007 15:50:09 +0000 Subject: 2007-12-21 Xi Yang * configure.ac, score/include/rtems/score/coremutex.h, score/include/rtems/score/thread.h, score/inline/rtems/score/coremutex.inl, score/src/coremutexsurrender.c, score/src/threadinitialize.c: Add support for proper stacking of priority inheritance on mutexes as well as enforce proper order of release. --- cpukit/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 2e9bd902d9..9074523e82 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,12 @@ +2007-12-21 Xi Yang + + * configure.ac, score/include/rtems/score/coremutex.h, + score/include/rtems/score/thread.h, + score/inline/rtems/score/coremutex.inl, + score/src/coremutexsurrender.c, score/src/threadinitialize.c: Add + support for proper stacking of priority inheritance on mutexes as + well as enforce proper order of release. + 2007-12-21 Joel Sherrill PR 1268/cpukit -- cgit v1.2.3