From 6bc63df199f82b90a3ffe471b452f813bf7c7a70 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 12 May 2017 09:53:35 +0200 Subject: confdefs.h: Add SMP enabled field to configuration Do not use the processor count to determine if SMP is enabled. Instead use a dedicated configuration option. Enable SMP by default in SMP configurations. Add CONFIGURE_DISABLE_SMP_CONFIGURATION to all test which would fail otherwise. Update #3001. --- testsuites/tmtests/tm22/system.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuites/tmtests/tm22/system.h') diff --git a/testsuites/tmtests/tm22/system.h b/testsuites/tmtests/tm22/system.h index fa7795f42b..89c7138efc 100644 --- a/testsuites/tmtests/tm22/system.h +++ b/testsuites/tmtests/tm22/system.h @@ -38,6 +38,8 @@ rtems_task Init( CONFIGURE_MESSAGE_BUFFERS_FOR_QUEUE(100, MESSAGE_SIZE ) #define CONFIGURE_RTEMS_INIT_TASKS_TABLE +#define CONFIGURE_DISABLE_SMP_CONFIGURATION + #include /* end of include file */ -- cgit v1.2.3