2000-11-30 Joel Sherrill <joel@OARcorp.com>

* macros/rtems/rtems/sem.inl: Added macro implementation of
	_Semaphore_Get_interrupt_disable().
This commit is contained in:
Joel Sherrill
2000-11-30 14:33:52 +00:00
parent 40b0597434
commit eafa70b2a4
4 changed files with 20 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2000-11-30 Joel Sherrill <joel@OARcorp.com>
* macros/rtems/rtems/sem.inl: Added macro implementation of
_Semaphore_Get_interrupt_disable().
2000-10-18 Joel Sherrill <joel@OARcorp.com>
* src/regiongetinfo.c, include/rtems/rtems/region.h,

View File

@@ -44,6 +44,11 @@
(Semaphore_Control *) \
_Objects_Get( &_Semaphore_Information, (_id), (_location) )
#define _Semaphore_Get_interrupt_disable( _id, _location, _level ) \
(Semaphore_Control *) \
_Objects_Get_isr_disable( \
&_Semaphore_Information, (_id), (_location), (_level) )
/*PAGE
*
* _Semaphore_Is_null

View File

@@ -1,3 +1,8 @@
2000-11-30 Joel Sherrill <joel@OARcorp.com>
* macros/rtems/rtems/sem.inl: Added macro implementation of
_Semaphore_Get_interrupt_disable().
2000-10-18 Joel Sherrill <joel@OARcorp.com>
* src/regiongetinfo.c, include/rtems/rtems/region.h,

View File

@@ -44,6 +44,11 @@
(Semaphore_Control *) \
_Objects_Get( &_Semaphore_Information, (_id), (_location) )
#define _Semaphore_Get_interrupt_disable( _id, _location, _level ) \
(Semaphore_Control *) \
_Objects_Get_isr_disable( \
&_Semaphore_Information, (_id), (_location), (_level) )
/*PAGE
*
* _Semaphore_Is_null