[rtems commit] ftpd: Use floating point tasks

Sebastian Huber sebh at rtems.org
Tue Jul 18 12:25:08 UTC 2017


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Jul 18 13:55:24 2017 +0200

ftpd: Use floating point tasks

Update #3076.

---

 cpukit/ftpd/ftpd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpukit/ftpd/ftpd.c b/cpukit/ftpd/ftpd.c
index 161bfec..7a4889b 100644
--- a/cpukit/ftpd/ftpd.c
+++ b/cpukit/ftpd/ftpd.c
@@ -444,7 +444,7 @@ task_pool_init(int count, rtems_task_priority priority)
       priority, FTPD_STACKSIZE,
       RTEMS_PREEMPT | RTEMS_NO_TIMESLICE |
       RTEMS_NO_ASR | RTEMS_INTERRUPT_LEVEL(0),
-      RTEMS_NO_FLOATING_POINT | RTEMS_LOCAL,
+      RTEMS_FLOATING_POINT | RTEMS_LOCAL,
       &info->tid);
     if (sc == RTEMS_SUCCESSFUL)
     {



More information about the vc mailing list