summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-08 17:38:12 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-09 10:11:58 -0500
commit78a38fa2ae36b68b1adf461354721188f9a6e8a2 (patch)
treee5651aa38de4e526fc8a5c0f263fc33234765404 /testsuites/mptests
parentlibchip/rtc/mc146818a*: Fix prototypes to use uintptr_t and fix set but unuse... (diff)
downloadrtems-78a38fa2ae36b68b1adf461354721188f9a6e8a2.tar.bz2
Eliminate use of /*PAGE and clean up formatting
Diffstat (limited to 'testsuites/mptests')
-rw-r--r--testsuites/mptests/mp03/task1.c16
-rw-r--r--testsuites/mptests/mp06/task1.c24
2 files changed, 5 insertions, 35 deletions
diff --git a/testsuites/mptests/mp03/task1.c b/testsuites/mptests/mp03/task1.c
index be2515014a..1e5591279f 100644
--- a/testsuites/mptests/mp03/task1.c
+++ b/testsuites/mptests/mp03/task1.c
@@ -1,12 +1,4 @@
-/* Test_task
- *
- * This task suspends and resumes a remote task.
- *
- * Input parameters:
- * argument - task argument
- *
- * Output parameters: NONE
- *
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
@@ -21,12 +13,6 @@
#include "system.h"
-/*PAGE
- *
- * Test_Task_Support
- *
- */
-
void Test_Task_Support(
uint32_t node
)
diff --git a/testsuites/mptests/mp06/task1.c b/testsuites/mptests/mp06/task1.c
index 2d21512c6d..44eaa686b9 100644
--- a/testsuites/mptests/mp06/task1.c
+++ b/testsuites/mptests/mp06/task1.c
@@ -1,14 +1,4 @@
-/* Test_task
- *
- * This task tests global event operations. If running on node one, it
- * continuously sends events. If running on node two, it continuously
- * receives events.
- *
- * Input parameters:
- * argument - task argument
- *
- * Output parameters: NONE
- *
+/*
* COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
@@ -25,11 +15,9 @@
#define DOT_COUNT 25
-/*PAGE
- *
+/*
* Stop_Test_TSR
*/
-
rtems_timer_service_routine Stop_Test_TSR(
rtems_id ignored_id,
void *ignored_address
@@ -38,11 +26,9 @@ rtems_timer_service_routine Stop_Test_TSR(
Stop_Test = true;
}
-/*PAGE
- *
+/*
* Event_set_table
*/
-
rtems_event_set Event_set_table[] = {
RTEMS_EVENT_0,
RTEMS_EVENT_1,
@@ -78,11 +64,9 @@ rtems_event_set Event_set_table[] = {
RTEMS_EVENT_31
};
-/*PAGE
- *
+/*
* Test_task
*/
-
rtems_task Test_task(
rtems_task_argument argument
)