From 1309718114ed5386175a2df66c9d38ac40c3a2d0 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 11 May 2017 11:03:00 +0200 Subject: confdefs.h: CONFIGURE_DISABLE_SMP_CONFIGURATION Enable the SMP configuration by default in case SMP is enabled. Add configuration option CONFIGURE_DISABLE_SMP_CONFIGURATION to disable it explicitly. Add CONFIGURE_DISABLE_SMP_CONFIGURATION to all test which would fail otherwise. Update #3001. --- testsuites/sptests/sp16/system.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuites/sptests/sp16') diff --git a/testsuites/sptests/sp16/system.h b/testsuites/sptests/sp16/system.h index 139c75755d..a8126631e0 100644 --- a/testsuites/sptests/sp16/system.h +++ b/testsuites/sptests/sp16/system.h @@ -54,6 +54,8 @@ rtems_task Task5( #define CONFIGURE_EXTRA_TASK_STACKS (1 * RTEMS_MINIMUM_STACK_SIZE) +#define CONFIGURE_DISABLE_SMP_CONFIGURATION + #include /* global variables */ -- cgit v1.2.3