Re: [PATCH] config: Add SMP scheduler configuration errors

2022-09-05 Thread Joel Sherrill
This looks good. On Mon, Sep 5, 2022, 7:19 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Issue an error message if a SMP-specific scheduler is used and RTEMS_SMP > is disabled. This might be a more informative compared to compiler or > linker errors. > --- > cpukit/include/r

[PATCH] config: Add SMP scheduler configuration errors

2022-09-05 Thread Sebastian Huber
Issue an error message if a SMP-specific scheduler is used and RTEMS_SMP is disabled. This might be a more informative compared to compiler or linker errors. --- cpukit/include/rtems/scheduler.h | 20 1 file changed, 20 insertions(+) diff --git a/cpukit/include/rtems/schedul