summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/threadmp.c')
-rw-r--r--cpukit/score/src/threadmp.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/cpukit/score/src/threadmp.c b/cpukit/score/src/threadmp.c
index ffd611b4ac..cde461780e 100644
--- a/cpukit/score/src/threadmp.c
+++ b/cpukit/score/src/threadmp.c
@@ -23,8 +23,7 @@
#include <rtems/score/wkspace.h>
#include <rtems/score/isr.h>
-/*PAGE
- *
+/*
* _Thread_MP_Handler_initialization
*
*/
@@ -53,8 +52,7 @@ void _Thread_MP_Handler_initialization (
}
-/*PAGE
- *
+/*
* _Thread_MP_Allocate_proxy
*
*/
@@ -104,8 +102,7 @@ Thread_Control *_Thread_MP_Allocate_proxy (
return NULL;
}
-/*PAGE
- *
+/*
* _Thread_MP_Find_proxy
*
*/