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/libtests/block08/system.h | 2 -- testsuites/libtests/cpuuse/system.h | 2 -- testsuites/libtests/rtmonuse/system.h | 1 - testsuites/libtests/termios05/init.c | 2 -- 4 files changed, 7 deletions(-) (limited to 'testsuites/libtests') diff --git a/testsuites/libtests/block08/system.h b/testsuites/libtests/block08/system.h index 287ad38bc6..646de6da48 100644 --- a/testsuites/libtests/block08/system.h +++ b/testsuites/libtests/block08/system.h @@ -49,8 +49,6 @@ rtems_task Init( #define CONFIGURE_EXTRA_TASK_STACKS (13 * RTEMS_MINIMUM_STACK_SIZE) -#define CONFIGURE_DISABLE_SMP_CONFIGURATION - #include /* end of include file */ diff --git a/testsuites/libtests/cpuuse/system.h b/testsuites/libtests/cpuuse/system.h index ebf79e5005..28a6e56510 100644 --- a/testsuites/libtests/cpuuse/system.h +++ b/testsuites/libtests/cpuuse/system.h @@ -50,8 +50,6 @@ void Task_switch( #define CONFIGURE_RTEMS_INIT_TASKS_TABLE -#define CONFIGURE_DISABLE_SMP_CONFIGURATION - #include /* global variables */ diff --git a/testsuites/libtests/rtmonuse/system.h b/testsuites/libtests/rtmonuse/system.h index 468c28693d..7f344a47e3 100644 --- a/testsuites/libtests/rtmonuse/system.h +++ b/testsuites/libtests/rtmonuse/system.h @@ -48,7 +48,6 @@ void Get_all_counters( void ); #define CONFIGURE_EXTRA_TASK_STACKS (20 * RTEMS_MINIMUM_STACK_SIZE) -#define CONFIGURE_DISABLE_SMP_CONFIGURATION #include /* global variables */ diff --git a/testsuites/libtests/termios05/init.c b/testsuites/libtests/termios05/init.c index 38b2e13d9e..1cd5c7371d 100644 --- a/testsuites/libtests/termios05/init.c +++ b/testsuites/libtests/termios05/init.c @@ -161,8 +161,6 @@ rtems_task Init( #define CONFIGURE_RTEMS_INIT_TASKS_TABLE -#define CONFIGURE_DISABLE_SMP_CONFIGURATION - #define CONFIGURE_INIT #include -- cgit v1.2.3