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/sptests/spedfsched03/system.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuites/sptests/spedfsched03') diff --git a/testsuites/sptests/spedfsched03/system.h b/testsuites/sptests/spedfsched03/system.h index 95922aecc4..ec5af826d1 100644 --- a/testsuites/sptests/spedfsched03/system.h +++ b/testsuites/sptests/spedfsched03/system.h @@ -47,6 +47,8 @@ rtems_task Tasks_Aperiodic( #define CONFIGURE_SCHEDULER_EDF +#define CONFIGURE_DISABLE_SMP_CONFIGURATION + #include #include -- cgit v1.2.3