summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm27
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/tmtests/tm27')
-rw-r--r--testsuites/tmtests/tm27/system.h4
-rw-r--r--testsuites/tmtests/tm27/task1.c8
2 files changed, 6 insertions, 6 deletions
diff --git a/testsuites/tmtests/tm27/system.h b/testsuites/tmtests/tm27/system.h
index 8ed7ca95a3..78225d5f42 100644
--- a/testsuites/tmtests/tm27/system.h
+++ b/testsuites/tmtests/tm27/system.h
@@ -25,13 +25,13 @@ rtems_task Init(
#include <timesys.h>
/* configuration information */
-
+
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_TIMER_DRIVER
#define CONFIGURE_MAXIMUM_TASKS 3
#define CONFIGURE_TICKS_PER_TIMESLICE 0
-
+
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#include <rtems/confdefs.h>
diff --git a/testsuites/tmtests/tm27/task1.c b/testsuites/tmtests/tm27/task1.c
index f3a3fdd102..4df365e627 100644
--- a/testsuites/tmtests/tm27/task1.c
+++ b/testsuites/tmtests/tm27/task1.c
@@ -11,7 +11,7 @@
*/
/*
- * WARNING!!!!!!!!!
+ * WARNING!!!!!!!!!
*
* THIS TEST USES INTERNAL RTEMS VARIABLES!!!
*/
@@ -189,7 +189,7 @@ rtems_task Task_1(
}
/*
- * NOTE: When this task is executing, some of the assumptions made
+ * NOTE: When this task is executing, some of the assumptions made
* regarding the placement of the currently executing task's TCB
* on the ready chains have been violated. At least the assumption
* that this task is at the head of the chain for its priority
@@ -228,9 +228,9 @@ rtems_task Task_2(
*/
_Thread_Dispatch_disable_level = 0;
-
+
_Thread_Heir = (rtems_tcb *) _Thread_Ready_chain[254].first;
-
+
_Context_Switch_necessary = 1;
_Thread_Dispatch();