[rtems commit] smp03: Use floating-point task

Sebastian Huber sebh at rtems.org
Fri Jan 19 12:04:44 UTC 2018


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Jan 19 13:04:25 2018 +0100

smp03: Use floating-point task

This test uses sprintf().

---

 testsuites/smptests/smp03/system.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/testsuites/smptests/smp03/system.h b/testsuites/smptests/smp03/system.h
index 2e9061c..f0aff94 100644
--- a/testsuites/smptests/smp03/system.h
+++ b/testsuites/smptests/smp03/system.h
@@ -37,8 +37,7 @@ rtems_task Test_task(
 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE
 #define CONFIGURE_INIT_TASK_STACK_SIZE \
     (3 * CONFIGURE_MINIMUM_TASK_STACK_SIZE)
-
-#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
+#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT
 
 #define CONFIGURE_INIT_TASK_PRIORITY        5 
 #define CONFIGURE_INIT_TASK_INITIAL_MODES   RTEMS_PREEMPT




More information about the vc mailing list