Changeset 323845bd in rtems


Ignore:
Timestamp:
07/23/02 22:43:13 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
115a390
Parents:
f6e7123d
Message:

2002-07-22 Joel Sherrill <joel@…>

  • include/rtems/score/apimutex.h (_API_Mutex_Lock): Per PR253 add the missing _ISR_Disable. This fix was already applied to the old location (c/src/exec/score/...).
Location:
cpukit/score
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/score/ChangeLog

    rf6e7123d r323845bd  
     12002-07-22      Joel Sherrill <joel@OARcorp.com>
     2
     3        * include/rtems/score/apimutex.h (_API_Mutex_Lock): Per PR253
     4        add the missing _ISR_Disable.  This fix was already applied to
     5        the old location (c/src/exec/score/...).
     6
    172002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    28
  • cpukit/score/include/rtems/score/apimutex.h

    rf6e7123d r323845bd  
    106106  do { \
    107107    ISR_Level _level;  \
     108    _ISR_Disable( _level ); \
    108109    _CORE_mutex_Seize( \
    109110      &(_the_mutex)->Mutex, (_the_mutex)->Object.id, TRUE, 0, (_level) ); \
Note: See TracChangeset for help on using the changeset viewer.