From c7f748a100c6a92a24e726cbe1b039d04db02f32 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Sat, 15 Feb 2020 12:07:28 +0100 Subject: config: Remove CONFIGURE_DISABLE_SMP_CONFIGURATION The CONFIGURE_DISABLE_SMP_CONFIGURATION configuration option and rtems_configuration_is_smp_enabled() were added during the SMP support development cycle as a workaround to fix some testsuite failures in SMP configurations. All use cases were replaced with tests for specific conditions. The configuration option and test macro were undocumented. Close #3876. --- testsuites/sptests/spcbssched01/system.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'testsuites/sptests/spcbssched01') diff --git a/testsuites/sptests/spcbssched01/system.h b/testsuites/sptests/spcbssched01/system.h index 1f75749a30..0bc64fc501 100644 --- a/testsuites/sptests/spcbssched01/system.h +++ b/testsuites/sptests/spcbssched01/system.h @@ -37,8 +37,6 @@ rtems_task Task_1_through_3( #define CONFIGURE_EXTRA_TASK_STACKS (4 * RTEMS_MINIMUM_STACK_SIZE) #define CONFIGURE_MAXIMUM_TASKS 4 -#define CONFIGURE_DISABLE_SMP_CONFIGURATION - #include /* global variables */ -- cgit v1.2.3