From 6bcceb87abebed9c7287329328a5f8a51009757d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 9 Apr 1997 21:00:33 +0000 Subject: enabled floating point and fixed confdef reference to initialization tasks table. --- testsuites/libtests/cpuuse/init.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testsuites/libtests/cpuuse/init.c') diff --git a/testsuites/libtests/cpuuse/init.c b/testsuites/libtests/cpuuse/init.c index 95bbdc0939..b6fe093d78 100644 --- a/testsuites/libtests/cpuuse/init.c +++ b/testsuites/libtests/cpuuse/init.c @@ -67,7 +67,7 @@ rtems_task Init( 1, RTEMS_MINIMUM_STACK_SIZE * 2, RTEMS_TIMESLICE, - RTEMS_DEFAULT_ATTRIBUTES, + RTEMS_FLOATING_POINT, &Task_id[ 1 ] ); directive_failed( status, "rtems_task_create of TA1" ); @@ -77,7 +77,7 @@ rtems_task Init( 1, RTEMS_MINIMUM_STACK_SIZE * 2, RTEMS_TIMESLICE, - RTEMS_DEFAULT_ATTRIBUTES, + RTEMS_FLOATING_POINT, &Task_id[ 2 ] ); directive_failed( status, "rtems_task_create of TA2" ); @@ -87,7 +87,7 @@ rtems_task Init( 1, RTEMS_MINIMUM_STACK_SIZE * 2, RTEMS_TIMESLICE, - RTEMS_DEFAULT_ATTRIBUTES, + RTEMS_FLOATING_POINT, &Task_id[ 3 ] ); directive_failed( status, "rtems_task_create of TA3" ); -- cgit v1.2.3