[rtems commit] smptests/smpschedaffinity02: Fix configuration

Sebastian Huber sebh at rtems.org
Mon Apr 23 08:36:04 UTC 2018


Module:    rtems
Branch:    master
Commit:    5e8a24ca3e2feba2e95c5de967856d3fb6053cbf
Changeset: http://git.rtems.org/rtems/commit/?id=5e8a24ca3e2feba2e95c5de967856d3fb6053cbf

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Apr 23 10:35:35 2018 +0200

smptests/smpschedaffinity02: Fix configuration

---

 testsuites/smptests/smpschedaffinity02/init.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/testsuites/smptests/smpschedaffinity02/init.c b/testsuites/smptests/smpschedaffinity02/init.c
index 57fb0b8..d4a0416 100644
--- a/testsuites/smptests/smpschedaffinity02/init.c
+++ b/testsuites/smptests/smpschedaffinity02/init.c
@@ -215,6 +215,8 @@ static void Init(rtems_task_argument arg)
 
 #define CONFIGURE_MAXIMUM_TASKS          NUM_CPUS
 
+#define CONFIGURE_MAXIMUM_SEMAPHORES 1
+
 #define CONFIGURE_INIT_TASK_PRIORITY      4
 
 #define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION




More information about the vc mailing list