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.
This commit is contained in:
Sebastian Huber
2020-02-15 12:07:28 +01:00
parent ca82a6038e
commit c7f748a100
39 changed files with 0 additions and 116 deletions

View File

@@ -49,8 +49,6 @@ void check_type(long type, long size, long alignment);
#define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION
#define CONFIGURE_DISABLE_SMP_CONFIGURATION
#include <rtems/confdefs.h>
const char rtems_test_name[] = ADA_TEST_NAME;