source: rtems/testsuites/sptests/sp66/init.c @ 5b8d80d7

5
Last change on this file since 5b8d80d7 was 5b8d80d7, checked in by Sebastian Huber <sebastian.huber@…>, on 02/15/20 at 10:23:08

config: CONFIGURE_INIT_TASK_INITIAL_MODES

Determine the default for CONFIGURE_INIT_TASK_INITIAL_MODES depeding on
whether RTEMS_SMP is defined or not.

In the tests, use CONFIGURE_INIT_TASK_INITIAL_MODES to explicitly
request RTEMS_NO_PREEMPT mode if necessary.

Update #3876.

  • Property mode set to 100644
File size: 113 bytes
Line 
1#define INHERIT_CEILING
2#define CONFIGURE_INIT_TASK_INITIAL_MODES RTEMS_NO_PREEMPT
3#include "../sp65/sp65impl.h"
Note: See TracBrowser for help on using the repository browser.