[rtems commit] smpschedaffinity04: Fix configuration

Sebastian Huber sebh at rtems.org
Fri Feb 2 14:19:19 UTC 2018


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Feb  1 15:14:55 2018 +0100

smpschedaffinity04: Fix configuration

---

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

diff --git a/testsuites/smptests/smpschedaffinity04/init.c b/testsuites/smptests/smpschedaffinity04/init.c
index 9fb291f..e526746 100644
--- a/testsuites/smptests/smpschedaffinity04/init.c
+++ b/testsuites/smptests/smpschedaffinity04/init.c
@@ -166,6 +166,8 @@ static void Init(rtems_task_argument arg)
 
 #define CONFIGURE_SCHEDULER_PRIORITY_AFFINITY_SMP
 
+#define CONFIGURE_MAXIMUM_SEMAPHORES 1
+
 #define CONFIGURE_MAXIMUM_PROCESSORS NUM_CPUS
 
 #define CONFIGURE_MAXIMUM_TASKS          TASK_COUNT




More information about the vc mailing list