[rtems commit] smpschedaffinity05: Fix configuration

Sebastian Huber sebh at rtems.org
Wed Oct 12 09:13:47 UTC 2016


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Oct 12 10:37:07 2016 +0200

smpschedaffinity05: Fix configuration

---

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

diff --git a/testsuites/smptests/smpschedaffinity05/init.c b/testsuites/smptests/smpschedaffinity05/init.c
index 5a36801..5f23503 100644
--- a/testsuites/smptests/smpschedaffinity05/init.c
+++ b/testsuites/smptests/smpschedaffinity05/init.c
@@ -231,6 +231,8 @@ static void Init(rtems_task_argument arg)
 
 #define CONFIGURE_MAXIMUM_TASKS          TASK_COUNT
 
+#define CONFIGURE_MAXIMUM_SEMAPHORES 1
+
 #define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION
 
 #define CONFIGURE_INIT_TASK_PRIORITY       7




More information about the vc mailing list