Re: [PATCH v2 1/4] Avoid INTERNAL_ERROR_RTEMS_INIT_TASK_ENTRY_IS_NULL

2020-11-24 Thread Joel Sherrill
On Tue, Nov 24, 2020 at 1:34 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Replace a runtime check with a compile time assertion. This makes the > INTERNAL_ERROR_RTEMS_INIT_TASK_ENTRY_IS_NULL obsolete. > > Update #4181. > --- > cpukit/include/rtems/confdefs/inittask.h|

[PATCH v2 1/4] Avoid INTERNAL_ERROR_RTEMS_INIT_TASK_ENTRY_IS_NULL

2020-11-23 Thread Sebastian Huber
Replace a runtime check with a compile time assertion. This makes the INTERNAL_ERROR_RTEMS_INIT_TASK_ENTRY_IS_NULL obsolete. Update #4181. --- cpukit/include/rtems/confdefs/inittask.h| 13 ++ cpukit/include/rtems/score/interr.h | 2 +- cpukit/rtems/src/taskinitusers.c