forked from Imagelibrary/rtems
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user