Re: [PATCH 1/5] score: _Objects_Get_isr_disable()

2015-04-20 Thread Gedare Bloom
Looks ok to me. -Gedare On Mon, Apr 20, 2015 at 9:47 AM, Sebastian Huber wrote: > Sorry, this is the first patch. This should go into the 4.11 release. > > -- > Sebastian Huber, embedded brains GmbH > > Address : Dornierstr. 4, D-82178 Puchheim, Germany > Phone : +49 89 189 47 41-16 > Fax :

Re: [PATCH 1/5] score: _Objects_Get_isr_disable()

2015-04-20 Thread Sebastian Huber
Sorry, this is the first patch. This should go into the 4.11 release. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@embedded-brains.de PGP : Public key availabl

[PATCH 1/5] score: _Objects_Get_isr_disable()

2015-04-20 Thread Sebastian Huber
Use ISR_lock_Context instead of ISR_Level to allow use of ISR locks for low-level locking. Update #2273. --- cpukit/posix/include/rtems/posix/muteximpl.h | 2 +- cpukit/posix/src/mutexget.c | 4 +-- cpukit/posix/src/mutexlocksupp.c | 10 -- cpukit/rt