summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm27/task1.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-20 07:09:31 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-20 07:09:31 +0000
commit8f71a36f710b6196b4854760785c614910da3ff7 (patch)
tree1f40fff31f74b5093d99a87f539c3b5144621579 /testsuites/tmtests/tm27/task1.c
parent2004-04-19 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-8f71a36f710b6196b4854760785c614910da3ff7.tar.bz2
Remove stray white spaces.
Diffstat (limited to '')
-rw-r--r--testsuites/tmtests/tm27/task1.c8
1 files changed, 4 insertions, 4 deletions
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();