Changeset 9b49454 in rtems


Ignore:
Timestamp:
07/19/02 16:31:41 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
608fa2e
Parents:
8b1d3bf
Message:

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

  • include/rtems/score/apimutex.h (_API_Mutex_Lock): Added missing _ISR_Disable.
Location:
c/src/exec/score
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/score/ChangeLog

    r8b1d3bf r9b49454  
     12002-07-19      Joel Sherrill <joel@OARcorp.com>
     2
     3        * include/rtems/score/apimutex.h (_API_Mutex_Lock): Added missing
     4        _ISR_Disable.
     5
    162002-07-16      Joel Sherrill <joel@OARcorp.com>
    27
  • c/src/exec/score/include/rtems/score/apimutex.h

    r8b1d3bf r9b49454  
    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.