Re: [PATCH 02/21] score: Simplify thread stack allocation

2020-01-02 Thread Sebastian Huber
On 02/01/2020 18:34, Gedare Bloom wrote: diff --git a/cpukit/score/src/threadstackallocate.c b/cpukit/score/src/threadstackallocate.c index fd89d7f07f..722de7bfd6 100644 --- a/cpukit/score/src/threadstackallocate.c +++ b/cpukit/score/src/threadstackallocate.c @@ -1,11 +1,11 @@ /** * @file -

Re: [PATCH 02/21] score: Simplify thread stack allocation

2020-01-02 Thread Gedare Bloom
On Mon, Dec 16, 2019 at 7:28 AM Sebastian Huber wrote: > > Remove superfluous Thread_Control::Start::stack member. > > Update #3835. > --- > cpukit/include/rtems/score/stackimpl.h | 10 ++ > cpukit/include/rtems/score/thread.h | 2 -- > cpukit/include/rtems/score/threadimpl.h | 17 -

[PATCH 02/21] score: Simplify thread stack allocation

2019-12-16 Thread Sebastian Huber
Remove superfluous Thread_Control::Start::stack member. Update #3835. --- cpukit/include/rtems/score/stackimpl.h | 10 ++ cpukit/include/rtems/score/thread.h | 2 -- cpukit/include/rtems/score/threadimpl.h | 17 - cpukit/score/src/threadinitialize.c | 29