[rtems commit] smp03: make printout match actual task name

Daniel Hellstrom danielh at rtems.org
Thu Sep 20 10:59:54 UTC 2018


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

Author:    Daniel Hellstrom <daniel at gaisler.com>
Date:      Wed Sep 19 14:12:59 2018 +0200

smp03: make printout match actual task name

---

 testsuites/smptests/smp03/init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuites/smptests/smp03/init.c b/testsuites/smptests/smp03/init.c
index 3ad0352..cd6bba1 100644
--- a/testsuites/smptests/smp03/init.c
+++ b/testsuites/smptests/smp03/init.c
@@ -96,7 +96,7 @@ rtems_task Init(
 
   /* Create/Start an aditional task with the highest priority */
   status = rtems_task_create(
-    rtems_build_name( 'T', 'A', ch, ' ' ),
+    rtems_build_name( 'T', 'A', ch + 1, ' ' ),
     3,
     RTEMS_MINIMUM_STACK_SIZE,
     RTEMS_PREEMPT,



More information about the vc mailing list