summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/signalmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/src/signalmp.c')
-rw-r--r--cpukit/rtems/src/signalmp.c21
1 files changed, 7 insertions, 14 deletions
diff --git a/cpukit/rtems/src/signalmp.c b/cpukit/rtems/src/signalmp.c
index 2311e9e4a0..3b67520212 100644
--- a/cpukit/rtems/src/signalmp.c
+++ b/cpukit/rtems/src/signalmp.c
@@ -28,8 +28,7 @@
#include <rtems/score/watchdog.h>
#include <rtems/rtems/support.h>
-/*PAGE
- *
+/*
* _Signal_MP_Send_process_packet
*
* This subprogram is not needed since there are no process
@@ -37,8 +36,7 @@
*
*/
-/*PAGE
- *
+/*
* _Signal_MP_Send_request_packet
*
*/
@@ -81,8 +79,7 @@ rtems_status_code _Signal_MP_Send_request_packet (
return RTEMS_INTERNAL_ERROR;
}
-/*PAGE
- *
+/*
* _Signal_MP_Send_response_packet
*
*/
@@ -119,8 +116,7 @@ void _Signal_MP_Send_response_packet (
}
}
-/*PAGE
- *
+/*
*
* _Signal_MP_Process_packet
*
@@ -160,8 +156,7 @@ void _Signal_MP_Process_packet (
}
}
-/*PAGE
- *
+/*
* _Signal_MP_Send_object_was_deleted
*
* This subprogram is not needed since there are no objects
@@ -169,8 +164,7 @@ void _Signal_MP_Process_packet (
*
*/
-/*PAGE
- *
+/*
* _Signal_MP_Send_extract_proxy
*
* This subprogram is not needed since there are no objects
@@ -178,8 +172,7 @@ void _Signal_MP_Process_packet (
*
*/
-/*PAGE
- *
+/*
* _Signal_MP_Get_packet
*
*/