Re: [PATCH 2/2] Simplify get affinitiy directives

2021-04-27 Thread Gedare Bloom
ok On Mon, Apr 26, 2021 at 2:41 AM Sebastian Huber wrote: > > There is no need to disable thread dispatching to get the affinity of a > task. > --- > cpukit/posix/src/pthreadgetaffinitynp.c | 3 --- > cpukit/rtems/src/taskgetaffinity.c | 3 --- > 2 files changed, 6 deletions(-) > > diff --g

[PATCH 2/2] Simplify get affinitiy directives

2021-04-26 Thread Sebastian Huber
There is no need to disable thread dispatching to get the affinity of a task. --- cpukit/posix/src/pthreadgetaffinitynp.c | 3 --- cpukit/rtems/src/taskgetaffinity.c | 3 --- 2 files changed, 6 deletions(-) diff --git a/cpukit/posix/src/pthreadgetaffinitynp.c b/cpukit/posix/src/pthreadgetaf