[rtems commit] testsuites: dl02 needs an FPU init task.

Chris Johns chrisj at rtems.org
Tue Mar 31 06:05:00 UTC 2015


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

Author:    Chris Johns <chrisj at rtems.org>
Date:      Tue Mar 31 17:04:35 2015 +1100

testsuites: dl02 needs an FPU init task.

---

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

diff --git a/testsuites/libtests/dl02/init.c b/testsuites/libtests/dl02/init.c
index 59f339a..f761b46 100644
--- a/testsuites/libtests/dl02/init.c
+++ b/testsuites/libtests/dl02/init.c
@@ -76,8 +76,8 @@ static void Init(rtems_task_argument arg)
 #define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION
 
 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE
+#define CONFIGURE_INIT_TASK_ATTRIBUTES   (RTEMS_DEFAULT_ATTRIBUTES | RTEMS_FLOATING_POINT)
 
 #define CONFIGURE_INIT
 
 #include <rtems/confdefs.h>
-




More information about the vc mailing list