Re: [PATCH] rtems: Add rtems_interrupt_local_disable|enable()

2015-06-20 Thread Gedare Bloom
Quick skim looks good. On Fri, Jun 19, 2015 at 5:02 PM, Sebastian Huber wrote: > Add rtems_interrupt_local_disable|enable() as suggested by Pavel Pisa to > emphasize that interrupts are only disabled on the current processor. > Do not define the rtems_interrupt_disable|enable|flash() macros and >

[PATCH] rtems: Add rtems_interrupt_local_disable|enable()

2015-06-19 Thread Sebastian Huber
Add rtems_interrupt_local_disable|enable() as suggested by Pavel Pisa to emphasize that interrupts are only disabled on the current processor. Do not define the rtems_interrupt_disable|enable|flash() macros and functions on SMP configurations since they don't ensure system wide mutual exclusion. --