[rtems commit] ftpd: Use floating-point tasks due to syslog()

Sebastian Huber sebh at rtems.org
Wed May 2 08:00:04 UTC 2018


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Apr 30 10:12:37 2018 +0200

ftpd: Use floating-point tasks due to syslog()

Update #3419.

---

 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 3e0ff5d..098dd63 100644
--- a/cpukit/ftpd/ftpd.c
+++ b/cpukit/ftpd/ftpd.c
@@ -2120,7 +2120,7 @@ rtems_initialize_ftpd(void)
     priority, RTEMS_MINIMUM_STACK_SIZE,
     RTEMS_PREEMPT | RTEMS_NO_TIMESLICE | RTEMS_NO_ASR |
     RTEMS_INTERRUPT_LEVEL(0),
-    RTEMS_NO_FLOATING_POINT | RTEMS_LOCAL,
+    RTEMS_FLOATING_POINT | RTEMS_LOCAL,
     &tid);
 
   if (sc == RTEMS_SUCCESSFUL)



More information about the vc mailing list