Changeset eafa70b2 in rtems


Ignore:
Timestamp:
11/30/00 14:33:52 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
183f7748
Parents:
40b05974
Message:

2000-11-30 Joel Sherrill <joel@…>

  • macros/rtems/rtems/sem.inl: Added macro implementation of _Semaphore_Get_interrupt_disable().
Files:
4 edited

Legend:

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

    r40b05974 reafa70b2  
     12000-11-30      Joel Sherrill <joel@OARcorp.com>
     2
     3        * macros/rtems/rtems/sem.inl: Added macro implementation of
     4        _Semaphore_Get_interrupt_disable().
     5
    162000-10-18      Joel Sherrill <joel@OARcorp.com>
    27
  • c/src/exec/rtems/macros/rtems/rtems/sem.inl

    r40b05974 reafa70b2  
    4545  _Objects_Get( &_Semaphore_Information, (_id), (_location) )
    4646
     47#define _Semaphore_Get_interrupt_disable( _id, _location, _level ) \
     48  (Semaphore_Control *) \
     49  _Objects_Get_isr_disable( \
     50    &_Semaphore_Information, (_id), (_location), (_level) )
     51
    4752/*PAGE
    4853 *
  • cpukit/rtems/ChangeLog

    r40b05974 reafa70b2  
     12000-11-30      Joel Sherrill <joel@OARcorp.com>
     2
     3        * macros/rtems/rtems/sem.inl: Added macro implementation of
     4        _Semaphore_Get_interrupt_disable().
     5
    162000-10-18      Joel Sherrill <joel@OARcorp.com>
    27
  • cpukit/rtems/macros/rtems/rtems/sem.inl

    r40b05974 reafa70b2  
    4545  _Objects_Get( &_Semaphore_Information, (_id), (_location) )
    4646
     47#define _Semaphore_Get_interrupt_disable( _id, _location, _level ) \
     48  (Semaphore_Control *) \
     49  _Objects_Get_isr_disable( \
     50    &_Semaphore_Information, (_id), (_location), (_level) )
     51
    4752/*PAGE
    4853 *
Note: See TracChangeset for help on using the changeset viewer.