summaryrefslogtreecommitdiffstats
path: root/testsuites/ada
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-15 12:07:28 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-25 07:18:36 +0100
commitc7f748a100c6a92a24e726cbe1b039d04db02f32 (patch)
tree73cd62d21bb3acb998d4f1e9bc2d17986e45c76a /testsuites/ada
parentrtems: Change timer server task mode setting (diff)
downloadrtems-c7f748a100c6a92a24e726cbe1b039d04db02f32.tar.bz2
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.
Diffstat (limited to 'testsuites/ada')
-rw-r--r--testsuites/ada/support/initimpl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuites/ada/support/initimpl.h b/testsuites/ada/support/initimpl.h
index 4d4165a83d..8076194ff1 100644
--- a/testsuites/ada/support/initimpl.h
+++ b/testsuites/ada/support/initimpl.h
@@ -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;