Changeset fb1d8f81 in rtems for cpukit/score/ChangeLog
- Timestamp:
- 08/30/01 18:33:57 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 7078fa2a
- Parents:
- 760045f0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/ChangeLog
r760045f0 rfb1d8f81 1 2 2001-08-30 Joel Sherrill <joel@OARcorp.com> 3 4 * src/coremutex.c, src/coremutexseize.c, src/coremutexsurrender.c, 5 inline/rtems/score/coremutex.inl: The per thread field resource_count 6 should only be manipulated when a mutex is priority ceiling or 7 priority inherit. This was reported by Chris Johns <ccj@acm.org> 8 who also noticed that the use of switches for all disciplines 9 generated less efficient code than using explicit tests for the one 10 or two cases we were really interested in. Further review of his 11 modifications made it apparent that the "isa" methods to test mutex 12 discipline were not being used so this modification was swept into 13 the code as well. 1 14 2 15 2001-08-30 Joel Sherrill <joel@OARcorp.com>
Note: See TracChangeset
for help on using the changeset viewer.