summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx05
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-05-11 11:03:00 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-05-11 11:40:44 +0200
commit1309718114ed5386175a2df66c9d38ac40c3a2d0 (patch)
tree1f3dbdd7c8588c80119f19e721fe0c73559d90f3 /testsuites/psxtests/psx05
parentbsps/arm: Fix bit field offset in GIC support (diff)
downloadrtems-1309718114ed5386175a2df66c9d38ac40c3a2d0.tar.bz2
confdefs.h: CONFIGURE_DISABLE_SMP_CONFIGURATION
Enable the SMP configuration by default in case SMP is enabled. Add configuration option CONFIGURE_DISABLE_SMP_CONFIGURATION to disable it explicitly. Add CONFIGURE_DISABLE_SMP_CONFIGURATION to all test which would fail otherwise. Update #3001.
Diffstat (limited to 'testsuites/psxtests/psx05')
-rw-r--r--testsuites/psxtests/psx05/system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/psxtests/psx05/system.h b/testsuites/psxtests/psx05/system.h
index 9ce25e0c75..a3615d49c3 100644
--- a/testsuites/psxtests/psx05/system.h
+++ b/testsuites/psxtests/psx05/system.h
@@ -43,6 +43,8 @@ void *Task_3(
#define CONFIGURE_POSIX_INIT_THREAD_TABLE
+#define CONFIGURE_DISABLE_SMP_CONFIGURATION
+
#include <rtems/confdefs.h>
/* global variables */