Re: [PATCH] score: Add and use _Per_CPU_Is_ISR_in_progress()

2021-05-14 Thread Gedare Bloom
ok On Fri, May 14, 2021 at 9:36 AM Sebastian Huber wrote: > > Add _Per_CPU_Is_ISR_in_progress() as an optimized version of > _ISR_Is_in_progress(). > --- > cpukit/include/rtems/score/isr.h | 12 > cpukit/include/rtems/score/isrlevel.h | 11 +++ >

[PATCH] score: Add and use _Per_CPU_Is_ISR_in_progress()

2021-05-14 Thread Sebastian Huber
Add _Per_CPU_Is_ISR_in_progress() as an optimized version of _ISR_Is_in_progress(). --- cpukit/include/rtems/score/isr.h | 12 cpukit/include/rtems/score/isrlevel.h | 11 +++ cpukit/include/rtems/score/percpu.h | 10 ++ cpukit/score/src/threadrestart.c |