summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm26
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/tmtests/tm26')
-rw-r--r--testsuites/tmtests/tm26/system.h4
-rw-r--r--testsuites/tmtests/tm26/task1.c10
2 files changed, 7 insertions, 7 deletions
diff --git a/testsuites/tmtests/tm26/system.h b/testsuites/tmtests/tm26/system.h
index 8271eac19c..d1a7f6a481 100644
--- a/testsuites/tmtests/tm26/system.h
+++ b/testsuites/tmtests/tm26/system.h
@@ -25,14 +25,14 @@ rtems_task Init(
#include <timesys.h>
/* configuration information */
-
+
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_TIMER_DRIVER
#define CONFIGURE_MAXIMUM_TASKS (6 + OPERATION_COUNT)
#define CONFIGURE_MAXIMUM_SEMAPHORES 1
#define CONFIGURE_TICKS_PER_TIMESLICE 0
-
+
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#include <rtems/confdefs.h>
diff --git a/testsuites/tmtests/tm26/task1.c b/testsuites/tmtests/tm26/task1.c
index 293f77ead3..2fc60b1bdc 100644
--- a/testsuites/tmtests/tm26/task1.c
+++ b/testsuites/tmtests/tm26/task1.c
@@ -197,15 +197,15 @@ rtems_task High_task(
Timer_initialize();
rtems_interrupt_disable( level );
isr_disable_time = Read_timer();
-
+
Timer_initialize();
rtems_interrupt_flash( level );
isr_flash_time = Read_timer();
-
+
Timer_initialize();
rtems_interrupt_enable( level );
isr_enable_time = Read_timer();
-
+
Timer_initialize();
_Thread_Disable_dispatch();
thread_disable_dispatch_time = Read_timer();
@@ -445,7 +445,7 @@ void complete_test( void )
0,
0
);
-
+
put_time(
"_ISR_Enable",
isr_enable_time,
@@ -453,7 +453,7 @@ void complete_test( void )
0,
0
);
-
+
put_time(
"_Thread_Disable_dispatch",
thread_disable_dispatch_time,