Changeset fb1d8f81 in rtems for cpukit/score/ChangeLog


Ignore:
Timestamp:
08/30/01 18:33:57 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
7078fa2a
Parents:
760045f0
Message:

2001-08-30 Joel Sherrill <joel@…>

  • src/coremutex.c, src/coremutexseize.c, src/coremutexsurrender.c, inline/rtems/score/coremutex.inl: The per thread field resource_count should only be manipulated when a mutex is priority ceiling or priority inherit. This was reported by Chris Johns <ccj@…> who also noticed that the use of switches for all disciplines generated less efficient code than using explicit tests for the one or two cases we were really interested in. Further review of his modifications made it apparent that the "isa" methods to test mutex discipline were not being used so this modification was swept into the code as well.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/score/ChangeLog

    r760045f0 rfb1d8f81  
     1
     22001-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.
    114
    2152001-08-30      Joel Sherrill <joel@OARcorp.com>
Note: See TracChangeset for help on using the changeset viewer.