From 1309718114ed5386175a2df66c9d38ac40c3a2d0 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 11 May 2017 11:03:00 +0200 Subject: 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. --- testsuites/psxtests/psx05/system.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuites/psxtests/psx05') 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 /* global variables */ -- cgit v1.2.3