summaryrefslogtreecommitdiffstats
path: root/cpukit/score
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score')
-rw-r--r--cpukit/score/src/apiext.c15
-rw-r--r--cpukit/score/src/chain.c3
-rw-r--r--cpukit/score/src/corebarrier.c3
-rw-r--r--cpukit/score/src/corebarrierrelease.c3
-rw-r--r--cpukit/score/src/corebarrierwait.c3
-rw-r--r--cpukit/score/src/coremsgbroadcast.c3
-rw-r--r--cpukit/score/src/coremsgclose.c3
-rw-r--r--cpukit/score/src/coremsgflush.c3
-rw-r--r--cpukit/score/src/coremsgflushsupp.c3
-rw-r--r--cpukit/score/src/coremsgflushwait.c3
-rw-r--r--cpukit/score/src/coremsginsert.c3
-rw-r--r--cpukit/score/src/coremsgseize.c3
-rw-r--r--cpukit/score/src/coremsgsubmit.c3
-rw-r--r--cpukit/score/src/coremutex.c3
-rw-r--r--cpukit/score/src/coremutexflush.c3
-rw-r--r--cpukit/score/src/coremutexseize.c3
-rw-r--r--cpukit/score/src/corerwlock.c3
-rw-r--r--cpukit/score/src/corerwlockobtainread.c3
-rw-r--r--cpukit/score/src/corerwlockobtainwrite.c3
-rw-r--r--cpukit/score/src/corerwlockrelease.c3
-rw-r--r--cpukit/score/src/coresem.c3
-rw-r--r--cpukit/score/src/coresemflush.c3
-rw-r--r--cpukit/score/src/coresemsurrender.c3
-rw-r--r--cpukit/score/src/corespinlock.c3
-rw-r--r--cpukit/score/src/corespinlockrelease.c3
-rw-r--r--cpukit/score/src/corespinlockwait.c3
-rw-r--r--cpukit/score/src/coretod.c3
-rw-r--r--cpukit/score/src/coretodset.c3
-rw-r--r--cpukit/score/src/coretodtickle.c3
-rw-r--r--cpukit/score/src/heap.c3
-rw-r--r--cpukit/score/src/interr.c3
-rw-r--r--cpukit/score/src/mpci.c60
-rw-r--r--cpukit/score/src/objectallocate.c3
-rw-r--r--cpukit/score/src/objectextendinformation.c3
-rw-r--r--cpukit/score/src/objectfree.c3
-rw-r--r--cpukit/score/src/objectget.c3
-rw-r--r--cpukit/score/src/objectgetisr.c3
-rw-r--r--cpukit/score/src/objectgetnext.c3
-rw-r--r--cpukit/score/src/objectgetnoprotection.c3
-rw-r--r--cpukit/score/src/objectinitializeinformation.c3
-rw-r--r--cpukit/score/src/objectmp.c21
-rw-r--r--cpukit/score/src/objectnametoid.c3
-rw-r--r--cpukit/score/src/objectnametoidstring.c3
-rw-r--r--cpukit/score/src/objectshrinkinformation.c3
-rw-r--r--cpukit/score/src/rbtree.c3
-rw-r--r--cpukit/score/src/threaddelayended.c3
-rw-r--r--cpukit/score/src/threadhandler.c3
-rw-r--r--cpukit/score/src/threadinitialize.c3
-rw-r--r--cpukit/score/src/threadloadenv.c3
-rw-r--r--cpukit/score/src/threadmp.c9
-rw-r--r--cpukit/score/src/threadq.c3
-rw-r--r--cpukit/score/src/threadqdequeue.c3
-rw-r--r--cpukit/score/src/threadqdequeuefifo.c3
-rw-r--r--cpukit/score/src/threadqdequeuepriority.c3
-rw-r--r--cpukit/score/src/threadqenqueue.c3
-rw-r--r--cpukit/score/src/threadqenqueuefifo.c3
-rw-r--r--cpukit/score/src/threadqenqueuepriority.c3
-rw-r--r--cpukit/score/src/threadqextract.c3
-rw-r--r--cpukit/score/src/threadqextractfifo.c3
-rw-r--r--cpukit/score/src/threadqextractpriority.c3
-rw-r--r--cpukit/score/src/threadqextractwithproxy.c3
-rw-r--r--cpukit/score/src/threadqfirst.c3
-rw-r--r--cpukit/score/src/threadqfirstfifo.c3
-rw-r--r--cpukit/score/src/threadqfirstpriority.c3
-rw-r--r--cpukit/score/src/threadqflush.c3
-rw-r--r--cpukit/score/src/threadqrequeue.c3
-rw-r--r--cpukit/score/src/threadstackallocate.c3
-rw-r--r--cpukit/score/src/threadstartmultitasking.c3
-rw-r--r--cpukit/score/src/watchdog.c3
-rw-r--r--cpukit/score/src/watchdogadjust.c3
-rw-r--r--cpukit/score/src/watchdoginsert.c3
-rw-r--r--cpukit/score/src/watchdogremove.c3
-rw-r--r--cpukit/score/src/watchdogtickle.c3
73 files changed, 104 insertions, 208 deletions
diff --git a/cpukit/score/src/apiext.c b/cpukit/score/src/apiext.c
index a08977113e..11eabef9c7 100644
--- a/cpukit/score/src/apiext.c
+++ b/cpukit/score/src/apiext.c
@@ -19,8 +19,7 @@
#include <rtems/system.h>
#include <rtems/score/apiext.h>
-/*PAGE
- *
+/*
* _API_extensions_Initialization
*/
@@ -29,8 +28,7 @@ void _API_extensions_Initialization( void )
_Chain_Initialize_empty( &_API_extensions_List );
}
-/*PAGE
- *
+/*
* _API_extensions_Add
*/
@@ -42,8 +40,7 @@ void _API_extensions_Add(
}
#if defined(FUNCTIONALITY_NOT_CURRENTLY_USED_BY_ANY_API)
- /*PAGE
- *
+ /*
* _API_extensions_Run_predriver
*/
@@ -64,8 +61,7 @@ void _API_extensions_Add(
}
#endif
-/*PAGE
- *
+/*
* _API_extensions_Run_postdriver
*/
@@ -90,8 +86,7 @@ void _API_extensions_Run_postdriver( void )
}
}
-/*PAGE
- *
+/*
* _API_extensions_Run_postswitch
*/
diff --git a/cpukit/score/src/chain.c b/cpukit/score/src/chain.c
index 85821d4d71..7aad0d41fd 100644
--- a/cpukit/score/src/chain.c
+++ b/cpukit/score/src/chain.c
@@ -18,8 +18,7 @@
#include <rtems/score/chain.h>
#include <rtems/score/isr.h>
-/*PAGE
- *
+/*
* _Chain_Initialize
*
* This kernel routine initializes a doubly linked chain.
diff --git a/cpukit/score/src/corebarrier.c b/cpukit/score/src/corebarrier.c
index 55f093ccc3..d5445bd830 100644
--- a/cpukit/score/src/corebarrier.c
+++ b/cpukit/score/src/corebarrier.c
@@ -25,8 +25,7 @@
#include <rtems/score/thread.h>
#include <rtems/score/threadq.h>
-/*PAGE
- *
+/*
* _CORE_barrier_Initialize
*
* This function initialize a barrier and sets the initial value based
diff --git a/cpukit/score/src/corebarrierrelease.c b/cpukit/score/src/corebarrierrelease.c
index 7bf341d4c7..70c0059df3 100644
--- a/cpukit/score/src/corebarrierrelease.c
+++ b/cpukit/score/src/corebarrierrelease.c
@@ -26,8 +26,7 @@
#include <rtems/score/thread.h>
#include <rtems/score/threadq.h>
-/*PAGE
- *
+/*
* _CORE_barrier_Release
*
* Input parameters:
diff --git a/cpukit/score/src/corebarrierwait.c b/cpukit/score/src/corebarrierwait.c
index 4db276f1ce..6d3881938d 100644
--- a/cpukit/score/src/corebarrierwait.c
+++ b/cpukit/score/src/corebarrierwait.c
@@ -26,8 +26,7 @@
#include <rtems/score/thread.h>
#include <rtems/score/threadq.h>
-/*PAGE
- *
+/*
* _CORE_barrier_Wait
*
* Input parameters:
diff --git a/cpukit/score/src/coremsgbroadcast.c b/cpukit/score/src/coremsgbroadcast.c
index f8f76b0a38..399c5e96cf 100644
--- a/cpukit/score/src/coremsgbroadcast.c
+++ b/cpukit/score/src/coremsgbroadcast.c
@@ -30,8 +30,7 @@
#include <rtems/score/thread.h>
#include <rtems/score/wkspace.h>
-/*PAGE
- *
+/*
* _CORE_message_queue_Broadcast
*
* This function sends a message for every thread waiting on the queue and
diff --git a/cpukit/score/src/coremsgclose.c b/cpukit/score/src/coremsgclose.c
index b4622598b5..93a3e7a843 100644
--- a/cpukit/score/src/coremsgclose.c
+++ b/cpukit/score/src/coremsgclose.c
@@ -30,8 +30,7 @@
#include <rtems/score/thread.h>
#include <rtems/score/wkspace.h>
-/*PAGE
- *
+/*
* _CORE_message_queue_Close
*
* This function closes a message by returning all allocated space and
diff --git a/cpukit/score/src/coremsgflush.c b/cpukit/score/src/coremsgflush.c
index 44bf059b89..08f4dbe02d 100644
--- a/cpukit/score/src/coremsgflush.c
+++ b/cpukit/score/src/coremsgflush.c
@@ -30,8 +30,7 @@
#include <rtems/score/thread.h>
#include <rtems/score/wkspace.h>
-/*PAGE
- *
+/*
* _CORE_message_queue_Flush
*
* This function flushes the message_queue's pending message queue. The
diff --git a/cpukit/score/src/coremsgflushsupp.c b/cpukit/score/src/coremsgflushsupp.c
index 4e15e1a495..ae2f08f266 100644
--- a/cpukit/score/src/coremsgflushsupp.c
+++ b/cpukit/score/src/coremsgflushsupp.c
@@ -30,8 +30,7 @@
#include <rtems/score/thread.h>
#include <rtems/score/wkspace.h>
-/*PAGE
- *
+/*
* _CORE_message_queue_Flush_support
*
* This message handler routine removes all messages from a message queue
diff --git a/cpukit/score/src/coremsgflushwait.c b/cpukit/score/src/coremsgflushwait.c
index d7b3c00f5f..268463ae79 100644
--- a/cpukit/score/src/coremsgflushwait.c
+++ b/cpukit/score/src/coremsgflushwait.c
@@ -31,8 +31,7 @@
#include <rtems/score/wkspace.h>
#if defined(FUNCTIONALITY_NOT_CURRENTLY_USED_BY_ANY_API)
- /*PAGE
- *
+ /*
* _CORE_message_queue_Flush_waiting_threads
*
* This function flushes the message_queue's task wait queue. The number
diff --git a/cpukit/score/src/coremsginsert.c b/cpukit/score/src/coremsginsert.c
index d333a5fb55..4641697f03 100644
--- a/cpukit/score/src/coremsginsert.c
+++ b/cpukit/score/src/coremsginsert.c
@@ -30,8 +30,7 @@
#include <rtems/score/thread.h>
#include <rtems/score/wkspace.h>
-/*PAGE
- *
+/*
* _CORE_message_queue_Insert_message
*
* This kernel routine inserts the specified message into the
diff --git a/cpukit/score/src/coremsgseize.c b/cpukit/score/src/coremsgseize.c
index 9a9fd75567..dfe82eb706 100644
--- a/cpukit/score/src/coremsgseize.c
+++ b/cpukit/score/src/coremsgseize.c
@@ -30,8 +30,7 @@
#include <rtems/score/thread.h>
#include <rtems/score/wkspace.h>
-/*PAGE
- *
+/*
* _CORE_message_queue_Seize
*
* This kernel routine dequeues a message, copies the message buffer to
diff --git a/cpukit/score/src/coremsgsubmit.c b/cpukit/score/src/coremsgsubmit.c
index c67157dc44..79b93b4d26 100644
--- a/cpukit/score/src/coremsgsubmit.c
+++ b/cpukit/score/src/coremsgsubmit.c
@@ -30,8 +30,7 @@
#include <rtems/score/thread.h>
#include <rtems/score/wkspace.h>
-/*PAGE
- *
+/*
* _CORE_message_queue_Submit
*
* This routine implements the send and urgent message functions. It
diff --git a/cpukit/score/src/coremutex.c b/cpukit/score/src/coremutex.c
index dcd2e778fe..1643d4f64f 100644
--- a/cpukit/score/src/coremutex.c
+++ b/cpukit/score/src/coremutex.c
@@ -27,8 +27,7 @@
#include <rtems/score/thread.h>
#include <rtems/score/threadq.h>
-/*PAGE
- *
+/*
* _CORE_mutex_Initialize
*
* This routine initializes a mutex at create time and set the control
diff --git a/cpukit/score/src/coremutexflush.c b/cpukit/score/src/coremutexflush.c
index 2006f2dee8..6a8b6690d8 100644
--- a/cpukit/score/src/coremutexflush.c
+++ b/cpukit/score/src/coremutexflush.c
@@ -27,8 +27,7 @@
#include <rtems/score/thread.h>
#include <rtems/score/threadq.h>
-/*PAGE
- *
+/*
* _CORE_mutex_Flush
*
* This function a flushes the mutex's task wait queue.
diff --git a/cpukit/score/src/coremutexseize.c b/cpukit/score/src/coremutexseize.c
index db6d513cb4..78b7dcab2c 100644
--- a/cpukit/score/src/coremutexseize.c
+++ b/cpukit/score/src/coremutexseize.c
@@ -40,8 +40,7 @@ void _CORE_mutex_Seize(
}
#endif
-/*PAGE
- *
+/*
* _CORE_mutex_Seize (interrupt blocking support)
*
* This routine blocks the caller thread after an attempt attempts to obtain
diff --git a/cpukit/score/src/corerwlock.c b/cpukit/score/src/corerwlock.c
index 7bc988514e..ad5c50d1ba 100644
--- a/cpukit/score/src/corerwlock.c
+++ b/cpukit/score/src/corerwlock.c
@@ -25,8 +25,7 @@
#include <rtems/score/thread.h>
#include <rtems/score/threadq.h>
-/*PAGE
- *
+/*
* _CORE_RWLock_Initialize
*
* This function initialize a rwlock and sets the initial value based
diff --git a/cpukit/score/src/corerwlockobtainread.c b/cpukit/score/src/corerwlockobtainread.c
index 78b6ebc187..a8fa4b726b 100644
--- a/cpukit/score/src/corerwlockobtainread.c
+++ b/cpukit/score/src/corerwlockobtainread.c
@@ -21,8 +21,7 @@
#include <rtems/score/thread.h>
#include <rtems/score/watchdog.h>
-/*PAGE
- *
+/*
* _CORE_rwlock_Obtain_for_reading
*
* This function waits for the rwlock to become available. Optionally,
diff --git a/cpukit/score/src/corerwlockobtainwrite.c b/cpukit/score/src/corerwlockobtainwrite.c
index c3aae6e34c..f17c95d59d 100644
--- a/cpukit/score/src/corerwlockobtainwrite.c
+++ b/cpukit/score/src/corerwlockobtainwrite.c
@@ -21,8 +21,7 @@
#include <rtems/score/thread.h>
#include <rtems/score/watchdog.h>
-/*PAGE
- *
+/*
* _CORE_rwlock_Obtain_for_writing
*
* This function waits for the rwlock to become available. Optionally,
diff --git a/cpukit/score/src/corerwlockrelease.c b/cpukit/score/src/corerwlockrelease.c
index 379fdebdec..5ac49ac2fe 100644
--- a/cpukit/score/src/corerwlockrelease.c
+++ b/cpukit/score/src/corerwlockrelease.c
@@ -21,8 +21,7 @@
#include <rtems/score/thread.h>
#include <rtems/score/watchdog.h>
-/*PAGE
- *
+/*
* _CORE_RWLock_Release
*
* This function releases the rwlock.
diff --git a/cpukit/score/src/coresem.c b/cpukit/score/src/coresem.c
index 4f5e0720cb..3d4007aab1 100644
--- a/cpukit/score/src/coresem.c
+++ b/cpukit/score/src/coresem.c
@@ -28,8 +28,7 @@
#include <rtems/score/thread.h>
#include <rtems/score/threadq.h>
-/*PAGE
- *
+/*
* CORE_semaphore_Initialize
*
* This function initialize a semaphore and sets the initial value based
diff --git a/cpukit/score/src/coresemflush.c b/cpukit/score/src/coresemflush.c
index d4ec72cf22..abfdab1ae4 100644
--- a/cpukit/score/src/coresemflush.c
+++ b/cpukit/score/src/coresemflush.c
@@ -28,8 +28,7 @@
#include <rtems/score/thread.h>
#include <rtems/score/threadq.h>
-/*PAGE
- *
+/*
* _CORE_semaphore_Flush
*
* This function a flushes the semaphore's task wait queue.
diff --git a/cpukit/score/src/coresemsurrender.c b/cpukit/score/src/coresemsurrender.c
index 321d55e198..943cc2dcb1 100644
--- a/cpukit/score/src/coresemsurrender.c
+++ b/cpukit/score/src/coresemsurrender.c
@@ -28,8 +28,7 @@
#include <rtems/score/thread.h>
#include <rtems/score/threadq.h>
-/*PAGE
- *
+/*
* _CORE_semaphore_Surrender
*
* Input parameters:
diff --git a/cpukit/score/src/corespinlock.c b/cpukit/score/src/corespinlock.c
index 5eb3d327c3..35ecaf70d1 100644
--- a/cpukit/score/src/corespinlock.c
+++ b/cpukit/score/src/corespinlock.c
@@ -25,8 +25,7 @@
#include <rtems/score/thread.h>
#include <rtems/score/threadq.h>
-/*PAGE
- *
+/*
* _CORE_spinlock_Initialize
*
* This function initialize a spinlock and sets the initial value based
diff --git a/cpukit/score/src/corespinlockrelease.c b/cpukit/score/src/corespinlockrelease.c
index fe027448c1..198e506ca3 100644
--- a/cpukit/score/src/corespinlockrelease.c
+++ b/cpukit/score/src/corespinlockrelease.c
@@ -21,8 +21,7 @@
#include <rtems/score/thread.h>
#include <rtems/score/watchdog.h>
-/*PAGE
- *
+/*
* _CORE_spinlock_Release
*
* This function releases the spinlock.
diff --git a/cpukit/score/src/corespinlockwait.c b/cpukit/score/src/corespinlockwait.c
index cf15163977..24cf589ff8 100644
--- a/cpukit/score/src/corespinlockwait.c
+++ b/cpukit/score/src/corespinlockwait.c
@@ -21,8 +21,7 @@
#include <rtems/score/thread.h>
#include <rtems/score/watchdog.h>
-/*PAGE
- *
+/*
* _CORE_spinlock_Wait
*
* This function waits for the spinlock to become available. Optionally,
diff --git a/cpukit/score/src/coretod.c b/cpukit/score/src/coretod.c
index 4da8dd4b4f..1f5966868f 100644
--- a/cpukit/score/src/coretod.c
+++ b/cpukit/score/src/coretod.c
@@ -22,8 +22,7 @@
#include <rtems/score/tod.h>
#include <rtems/score/watchdog.h>
-/*PAGE
- *
+/*
* _TOD_Handler_initialization
*
* This routine initializes the time of day handler.
diff --git a/cpukit/score/src/coretodset.c b/cpukit/score/src/coretodset.c
index 9329fd7d8f..909e1fee7a 100644
--- a/cpukit/score/src/coretodset.c
+++ b/cpukit/score/src/coretodset.c
@@ -23,8 +23,7 @@
#include <rtems/score/tod.h>
#include <rtems/score/watchdog.h>
-/*PAGE
- *
+/*
* _TOD_Set
*
* This rountine sets the current date and time with the specified
diff --git a/cpukit/score/src/coretodtickle.c b/cpukit/score/src/coretodtickle.c
index ddc8e4aac0..fc6f907ce9 100644
--- a/cpukit/score/src/coretodtickle.c
+++ b/cpukit/score/src/coretodtickle.c
@@ -24,8 +24,7 @@
#include <rtems/score/watchdog.h>
#include <rtems/config.h>
-/*PAGE
- *
+/*
* _TOD_Tickle_ticks
*
* This routine processes a clock tick.
diff --git a/cpukit/score/src/heap.c b/cpukit/score/src/heap.c
index 2c45627a15..eea4bb77aa 100644
--- a/cpukit/score/src/heap.c
+++ b/cpukit/score/src/heap.c
@@ -35,8 +35,7 @@
static uint32_t instance = 0;
-/*PAGE
- *
+/*
* _Heap_Initialize
*
* This kernel routine initializes a heap.
diff --git a/cpukit/score/src/interr.c b/cpukit/score/src/interr.c
index cd9e09121e..6bab9c28f5 100644
--- a/cpukit/score/src/interr.c
+++ b/cpukit/score/src/interr.c
@@ -20,8 +20,7 @@
#include <rtems/score/sysstate.h>
#include <rtems/score/userext.h>
-/*PAGE
- *
+/*
* _Internal_error_Occurred
*
* This routine will invoke the fatal error handler supplied by the user
diff --git a/cpukit/score/src/mpci.c b/cpukit/score/src/mpci.c
index d8f68ebc89..5a9c4d136c 100644
--- a/cpukit/score/src/mpci.c
+++ b/cpukit/score/src/mpci.c
@@ -39,8 +39,7 @@
*/
CORE_semaphore_Control _MPCI_Semaphore;
-/*PAGE
- *
+/*
* _MPCI_Handler_initialization
*
* This subprogram performs the initialization necessary for this handler.
@@ -96,8 +95,7 @@ void _MPCI_Handler_initialization(
);
}
-/*PAGE
- *
+/*
* _MPCI_Create_server
*
* This subprogram creates the MPCI receive server.
@@ -143,8 +141,7 @@ void _MPCI_Create_server( void )
);
}
-/*PAGE
- *
+/*
* _MPCI_Initialization
*
* This subprogram initializes the MPCI driver by
@@ -156,8 +153,7 @@ void _MPCI_Initialization ( void )
(*_MPCI_table->initialization)();
}
-/*PAGE
- *
+/*
* _MPCI_Register_packet_processor
*
* This routine registers the MPCI packet processor for the
@@ -173,8 +169,7 @@ void _MPCI_Register_packet_processor(
_MPCI_Packet_processors[ the_class ] = the_packet_processor;
}
-/*PAGE
- *
+/*
* _MPCI_Get_packet
*
* This subprogram obtains a packet by invoking the user provided
@@ -204,8 +199,7 @@ MP_packet_Prefix *_MPCI_Get_packet ( void )
return the_packet;
}
-/*PAGE
- *
+/*
* _MPCI_Return_packet
*
* This subprogram returns a packet by invoking the user provided
@@ -219,8 +213,7 @@ void _MPCI_Return_packet (
(*_MPCI_table->return_packet)( the_packet );
}
-/*PAGE
- *
+/*
* _MPCI_Send_process_packet
*
* This subprogram sends a process packet by invoking the user provided
@@ -239,8 +232,7 @@ void _MPCI_Send_process_packet (
(*_MPCI_table->send_packet)( destination, the_packet );
}
-/*PAGE
- *
+/*
* _MPCI_Send_request_packet
*
* This subprogram sends a request packet by invoking the user provided
@@ -285,8 +277,7 @@ uint32_t _MPCI_Send_request_packet (
return _Thread_Executing->Wait.return_code;
}
-/*PAGE
- *
+/*
* _MPCI_Send_response_packet
*
* This subprogram sends a response packet by invoking the user provided
@@ -303,8 +294,7 @@ void _MPCI_Send_response_packet (
(*_MPCI_table->send_packet)( destination, the_packet );
}
-/*PAGE
- *
+/*
* _MPCI_Receive_packet
*
* This subprogram receives a packet by invoking the user provided
@@ -320,8 +310,7 @@ MP_packet_Prefix *_MPCI_Receive_packet ( void )
return the_packet;
}
-/*PAGE
- *
+/*
* _MPCI_Process_response
*
* This subprogram obtains a packet by invoking the user provided
@@ -353,8 +342,7 @@ Thread_Control *_MPCI_Process_response (
return the_thread;
}
-/*PAGE
- *
+/*
* _MPCI_Receive_server
*
*/
@@ -405,8 +393,7 @@ Thread _MPCI_Receive_server(
return 0; /* unreached - only to remove warnings */
}
-/*PAGE
- *
+/*
* _MPCI_Announce
*
*/
@@ -418,8 +405,7 @@ void _MPCI_Announce ( void )
_Thread_Enable_dispatch();
}
-/*PAGE
- *
+/*
* _MPCI_Internal_packets_Send_process_packet
*
*/
@@ -449,8 +435,7 @@ void _MPCI_Internal_packets_Send_process_packet (
}
}
-/*PAGE
- *
+/*
* _MPCI_Internal_packets_Send_request_packet
*
* This subprogram is not needed since there are no request
@@ -458,8 +443,7 @@ void _MPCI_Internal_packets_Send_process_packet (
*
*/
-/*PAGE
- *
+/*
* _MPCI_Internal_packets_Send_response_packet
*
* This subprogram is not needed since there are no response
@@ -467,8 +451,7 @@ void _MPCI_Internal_packets_Send_process_packet (
*
*/
-/*PAGE
- *
+/*
*
* _MPCI_Internal_packets_Process_packet
*
@@ -508,8 +491,7 @@ void _MPCI_Internal_packets_Process_packet (
}
}
-/*PAGE
- *
+/*
* _MPCI_Internal_packets_Send_object_was_deleted
*
* This subprogram is not needed since there are no objects
@@ -517,8 +499,7 @@ void _MPCI_Internal_packets_Process_packet (
*
*/
-/*PAGE
- *
+/*
* _MPCI_Internal_packets_Send_extract_proxy
*
* This subprogram is not needed since there are no objects
@@ -526,8 +507,7 @@ void _MPCI_Internal_packets_Process_packet (
*
*/
-/*PAGE
- *
+/*
* _MPCI_Internal_packets_Get_packet
*
*/
diff --git a/cpukit/score/src/objectallocate.c b/cpukit/score/src/objectallocate.c
index ac98945a74..d352553973 100644
--- a/cpukit/score/src/objectallocate.c
+++ b/cpukit/score/src/objectallocate.c
@@ -34,8 +34,7 @@
#include <rtems/bspIo.h>
#endif
-/*PAGE
- *
+/*
* _Objects_Allocate
*
* DESCRIPTION:
diff --git a/cpukit/score/src/objectextendinformation.c b/cpukit/score/src/objectextendinformation.c
index 0839e0f6be..a360341ab3 100644
--- a/cpukit/score/src/objectextendinformation.c
+++ b/cpukit/score/src/objectextendinformation.c
@@ -30,8 +30,7 @@
#include <string.h> /* for memcpy() */
-/*PAGE
- *
+/*
* _Objects_Extend_information
*
* This routine extends all object information related data structures.
diff --git a/cpukit/score/src/objectfree.c b/cpukit/score/src/objectfree.c
index f74394d0fa..c888ae5cc8 100644
--- a/cpukit/score/src/objectfree.c
+++ b/cpukit/score/src/objectfree.c
@@ -28,8 +28,7 @@
#include <rtems/score/sysstate.h>
#include <rtems/score/isr.h>
-/*PAGE
- *
+/*
* _Objects_Free
*
* DESCRIPTION:
diff --git a/cpukit/score/src/objectget.c b/cpukit/score/src/objectget.c
index 2abcc389fb..0c3e38b52a 100644
--- a/cpukit/score/src/objectget.c
+++ b/cpukit/score/src/objectget.c
@@ -28,8 +28,7 @@
#include <rtems/score/sysstate.h>
#include <rtems/score/isr.h>
-/*PAGE
- *
+/*
* _Objects_Get
*
* This routine sets the object pointer for the given
diff --git a/cpukit/score/src/objectgetisr.c b/cpukit/score/src/objectgetisr.c
index aca5f0d059..3bd4924490 100644
--- a/cpukit/score/src/objectgetisr.c
+++ b/cpukit/score/src/objectgetisr.c
@@ -28,8 +28,7 @@
#include <rtems/score/sysstate.h>
#include <rtems/score/isr.h>
-/*PAGE
- *
+/*
* _Objects_Get_isr_disable
*
* This routine sets the object pointer for the given
diff --git a/cpukit/score/src/objectgetnext.c b/cpukit/score/src/objectgetnext.c
index 206dbf3134..c5f1a9d811 100644
--- a/cpukit/score/src/objectgetnext.c
+++ b/cpukit/score/src/objectgetnext.c
@@ -28,8 +28,7 @@
#include <rtems/score/sysstate.h>
#include <rtems/score/isr.h>
-/*PAGE
- *
+/*
* _Objects_Get_next
*
* Like _Objects_Get, but considers the 'id' as a "hint" and
diff --git a/cpukit/score/src/objectgetnoprotection.c b/cpukit/score/src/objectgetnoprotection.c
index d969477747..56ff191317 100644
--- a/cpukit/score/src/objectgetnoprotection.c
+++ b/cpukit/score/src/objectgetnoprotection.c
@@ -28,8 +28,7 @@
#include <rtems/score/sysstate.h>
#include <rtems/score/isr.h>
-/*PAGE
- *
+/*
* _Objects_Get_no_protection
*
* This routine sets the object pointer for the given
diff --git a/cpukit/score/src/objectinitializeinformation.c b/cpukit/score/src/objectinitializeinformation.c
index 3942a6efa5..882274a18d 100644
--- a/cpukit/score/src/objectinitializeinformation.c
+++ b/cpukit/score/src/objectinitializeinformation.c
@@ -27,8 +27,7 @@
#include <rtems/score/sysstate.h>
#include <rtems/score/isr.h>
-/*PAGE
- *
+/*
* _Objects_Initialize_information
*
* This routine initializes all object information related data structures.
diff --git a/cpukit/score/src/objectmp.c b/cpukit/score/src/objectmp.c
index 5564b52f1f..e30b3a29e3 100644
--- a/cpukit/score/src/objectmp.c
+++ b/cpukit/score/src/objectmp.c
@@ -23,8 +23,7 @@
#include <rtems/score/wkspace.h>
#include <rtems/score/thread.h>
-/*PAGE
- *
+/*
* _Objects_MP_Handler_early_initialization
*
*/
@@ -47,8 +46,7 @@ void _Objects_MP_Handler_early_initialization(void)
_Objects_Maximum_nodes = maximum_nodes;
}
-/*PAGE
- *
+/*
* _Objects_MP_Handler_initialization
*
*/
@@ -78,8 +76,7 @@ void _Objects_MP_Handler_initialization(void)
}
-/*PAGE
- *
+/*
* _Objects_MP_Open
*
*/
@@ -101,8 +98,7 @@ void _Objects_MP_Open (
}
-/*PAGE
- *
+/*
* _Objects_MP_Allocate_and_open
*
*/
@@ -135,8 +131,7 @@ bool _Objects_MP_Allocate_and_open (
return true;
}
-/*PAGE
- *
+/*
* _Objects_MP_Close
*
*/
@@ -174,8 +169,7 @@ void _Objects_MP_Close (
);
}
-/*PAGE
- *
+/*
* _Objects_MP_Global_name_search
*
*/
@@ -243,8 +237,7 @@ Objects_Name_or_id_lookup_errors _Objects_MP_Global_name_search (
return OBJECTS_INVALID_NAME;
}
-/*PAGE
- *
+/*
* _Objects_MP_Is_remote
*
*/
diff --git a/cpukit/score/src/objectnametoid.c b/cpukit/score/src/objectnametoid.c
index 9cd75a274c..ddd536f837 100644
--- a/cpukit/score/src/objectnametoid.c
+++ b/cpukit/score/src/objectnametoid.c
@@ -27,8 +27,7 @@
#include <rtems/score/sysstate.h>
#include <rtems/score/isr.h>
-/*PAGE
- *
+/*
* _Objects_Name_to_id_u32
*
* These kernel routines search the object table(s) for the given
diff --git a/cpukit/score/src/objectnametoidstring.c b/cpukit/score/src/objectnametoidstring.c
index 17b43d725d..21073dd742 100644
--- a/cpukit/score/src/objectnametoidstring.c
+++ b/cpukit/score/src/objectnametoidstring.c
@@ -30,8 +30,7 @@
#include <rtems/score/isr.h>
#if defined(RTEMS_SCORE_OBJECT_ENABLE_STRING_NAMES)
-/*PAGE
- *
+/*
* _Objects_Name_to_id_string
*
* These kernel routines search the object table(s) for the given
diff --git a/cpukit/score/src/objectshrinkinformation.c b/cpukit/score/src/objectshrinkinformation.c
index 18123fab68..aa53cd544e 100644
--- a/cpukit/score/src/objectshrinkinformation.c
+++ b/cpukit/score/src/objectshrinkinformation.c
@@ -28,8 +28,7 @@
#include <rtems/score/sysstate.h>
#include <rtems/score/isr.h>
-/*PAGE
- *
+/*
* _Objects_Shrink_information
*
* This routine shrinks object information related data structures.
diff --git a/cpukit/score/src/rbtree.c b/cpukit/score/src/rbtree.c
index 7eac52777c..0b52989927 100644
--- a/cpukit/score/src/rbtree.c
+++ b/cpukit/score/src/rbtree.c
@@ -17,8 +17,7 @@
#include <rtems/score/rbtree.h>
#include <rtems/score/isr.h>
-/*PAGE
- *
+/*
* _RBTree_Initialize
*
* This kernel routine initializes a Red-Black Tree.
diff --git a/cpukit/score/src/threaddelayended.c b/cpukit/score/src/threaddelayended.c
index 4f72764608..94b5998292 100644
--- a/cpukit/score/src/threaddelayended.c
+++ b/cpukit/score/src/threaddelayended.c
@@ -30,8 +30,7 @@
#include <rtems/score/userext.h>
#include <rtems/score/wkspace.h>
-/*PAGE
- *
+/*
* _Thread_Delay_ended
*
* This routine processes a thread whose delay period has ended.
diff --git a/cpukit/score/src/threadhandler.c b/cpukit/score/src/threadhandler.c
index 84fe9c10d3..1b8709893e 100644
--- a/cpukit/score/src/threadhandler.c
+++ b/cpukit/score/src/threadhandler.c
@@ -56,8 +56,7 @@
#endif
-/*PAGE
- *
+/*
* _Thread_Handler
*
* This routine is the "primal" entry point for all threads.
diff --git a/cpukit/score/src/threadinitialize.c b/cpukit/score/src/threadinitialize.c
index adb0567d14..72a7c0a9f1 100644
--- a/cpukit/score/src/threadinitialize.c
+++ b/cpukit/score/src/threadinitialize.c
@@ -31,8 +31,7 @@
#include <rtems/score/watchdog.h>
#include <rtems/score/wkspace.h>
-/*PAGE
- *
+/*
* _Thread_Initialize
*
* This routine initializes the specified the thread. It allocates
diff --git a/cpukit/score/src/threadloadenv.c b/cpukit/score/src/threadloadenv.c
index a2d5318c78..e26ecf977a 100644
--- a/cpukit/score/src/threadloadenv.c
+++ b/cpukit/score/src/threadloadenv.c
@@ -30,8 +30,7 @@
#include <rtems/score/userext.h>
#include <rtems/score/wkspace.h>
-/*PAGE
- *
+/*
* _Thread_Load_environment
*
* Load starting environment for another thread from its start area in the
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
*
*/
diff --git a/cpukit/score/src/threadq.c b/cpukit/score/src/threadq.c
index baa85a13e1..33774e6786 100644
--- a/cpukit/score/src/threadq.c
+++ b/cpukit/score/src/threadq.c
@@ -25,8 +25,7 @@
#include <rtems/score/threadq.h>
#include <rtems/score/tqdata.h>
-/*PAGE
- *
+/*
* _Thread_queue_Initialize
*
* This routine initializes the specified threadq.
diff --git a/cpukit/score/src/threadqdequeue.c b/cpukit/score/src/threadqdequeue.c
index b9213968b8..17b30a66f7 100644
--- a/cpukit/score/src/threadqdequeue.c
+++ b/cpukit/score/src/threadqdequeue.c
@@ -25,8 +25,7 @@
#include <rtems/score/threadq.h>
#include <rtems/score/tqdata.h>
-/*PAGE
- *
+/*
* _Thread_queue_Dequeue
*
* This routine removes a thread from the specified threadq. If the
diff --git a/cpukit/score/src/threadqdequeuefifo.c b/cpukit/score/src/threadqdequeuefifo.c
index 0ea36791fc..dea35eb444 100644
--- a/cpukit/score/src/threadqdequeuefifo.c
+++ b/cpukit/score/src/threadqdequeuefifo.c
@@ -25,8 +25,7 @@
#include <rtems/score/threadq.h>
#include <rtems/score/tqdata.h>
-/*PAGE
- *
+/*
* _Thread_queue_Dequeue_fifo
*
* This routine removes a thread from the specified threadq.
diff --git a/cpukit/score/src/threadqdequeuepriority.c b/cpukit/score/src/threadqdequeuepriority.c
index 1a7bc7037a..df5c4137ef 100644
--- a/cpukit/score/src/threadqdequeuepriority.c
+++ b/cpukit/score/src/threadqdequeuepriority.c
@@ -25,8 +25,7 @@
#include <rtems/score/threadq.h>
#include <rtems/score/tqdata.h>
-/*PAGE
- *
+/*
* _Thread_queue_Dequeue_priority
*
* This routine removes a thread from the specified PRIORITY based
diff --git a/cpukit/score/src/threadqenqueue.c b/cpukit/score/src/threadqenqueue.c
index dbb1661feb..558f85105a 100644
--- a/cpukit/score/src/threadqenqueue.c
+++ b/cpukit/score/src/threadqenqueue.c
@@ -25,8 +25,7 @@
#include <rtems/score/threadq.h>
#include <rtems/score/tqdata.h>
-/*PAGE
- *
+/*
* _Thread_queue_Enqueue_with_handler
*
* This routine blocks a thread, places it on a thread, and optionally
diff --git a/cpukit/score/src/threadqenqueuefifo.c b/cpukit/score/src/threadqenqueuefifo.c
index da3c809212..8eb796bcf6 100644
--- a/cpukit/score/src/threadqenqueuefifo.c
+++ b/cpukit/score/src/threadqenqueuefifo.c
@@ -25,8 +25,7 @@
#include <rtems/score/threadq.h>
#include <rtems/score/tqdata.h>
-/*PAGE
- *
+/*
* _Thread_queue_Enqueue_fifo
*
* This routine places a blocked thread on a FIFO thread queue.
diff --git a/cpukit/score/src/threadqenqueuepriority.c b/cpukit/score/src/threadqenqueuepriority.c
index 0d30529e0f..0686e87c66 100644
--- a/cpukit/score/src/threadqenqueuepriority.c
+++ b/cpukit/score/src/threadqenqueuepriority.c
@@ -32,8 +32,7 @@
#define CPU_UNROLL_ENQUEUE_PRIORITY FALSE
#endif
-/*PAGE
- *
+/*
* _Thread_queue_Enqueue_priority
*
* This routine places a blocked thread on a priority thread queue.
diff --git a/cpukit/score/src/threadqextract.c b/cpukit/score/src/threadqextract.c
index 21aa2c2a46..bb5fe0516c 100644
--- a/cpukit/score/src/threadqextract.c
+++ b/cpukit/score/src/threadqextract.c
@@ -25,8 +25,7 @@
#include <rtems/score/threadq.h>
#include <rtems/score/tqdata.h>
-/*PAGE
- *
+/*
* _Thread_queue_Extract
*
* This routine removes a specific thread from the specified threadq,
diff --git a/cpukit/score/src/threadqextractfifo.c b/cpukit/score/src/threadqextractfifo.c
index f40464d73c..d726df1725 100644
--- a/cpukit/score/src/threadqextractfifo.c
+++ b/cpukit/score/src/threadqextractfifo.c
@@ -25,8 +25,7 @@
#include <rtems/score/threadq.h>
#include <rtems/score/tqdata.h>
-/*PAGE
- *
+/*
* _Thread_queue_Extract_fifo
*
* This routine removes a specific thread from the specified threadq,
diff --git a/cpukit/score/src/threadqextractpriority.c b/cpukit/score/src/threadqextractpriority.c
index d4ddc2aa84..b8619a4bed 100644
--- a/cpukit/score/src/threadqextractpriority.c
+++ b/cpukit/score/src/threadqextractpriority.c
@@ -25,8 +25,7 @@
#include <rtems/score/threadq.h>
#include <rtems/score/tqdata.h>
-/*PAGE
- *
+/*
* _Thread_queue_Extract_priority
*
* This routine removes a specific thread from the specified threadq,
diff --git a/cpukit/score/src/threadqextractwithproxy.c b/cpukit/score/src/threadqextractwithproxy.c
index 450702b0e4..dbed85176e 100644
--- a/cpukit/score/src/threadqextractwithproxy.c
+++ b/cpukit/score/src/threadqextractwithproxy.c
@@ -25,8 +25,7 @@
#include <rtems/score/threadq.h>
#include <rtems/score/tqdata.h>
-/*PAGE
- *
+/*
* _Thread_queue_Extract_with_proxy
*
* This routine extracts the_thread from the_thread_queue
diff --git a/cpukit/score/src/threadqfirst.c b/cpukit/score/src/threadqfirst.c
index 8e268b87d9..53805cc6bc 100644
--- a/cpukit/score/src/threadqfirst.c
+++ b/cpukit/score/src/threadqfirst.c
@@ -25,8 +25,7 @@
#include <rtems/score/threadq.h>
#include <rtems/score/tqdata.h>
-/*PAGE
- *
+/*
* _Thread_queue_First
*
* This routines returns a pointer to the first thread on the
diff --git a/cpukit/score/src/threadqfirstfifo.c b/cpukit/score/src/threadqfirstfifo.c
index bde7b45054..a54a9028a3 100644
--- a/cpukit/score/src/threadqfirstfifo.c
+++ b/cpukit/score/src/threadqfirstfifo.c
@@ -25,8 +25,7 @@
#include <rtems/score/threadq.h>
#include <rtems/score/tqdata.h>
-/*PAGE
- *
+/*
* _Thread_queue_First_fifo
*
* This routines returns a pointer to the first thread on the
diff --git a/cpukit/score/src/threadqfirstpriority.c b/cpukit/score/src/threadqfirstpriority.c
index e5f4bccfe4..afe895d48c 100644
--- a/cpukit/score/src/threadqfirstpriority.c
+++ b/cpukit/score/src/threadqfirstpriority.c
@@ -25,8 +25,7 @@
#include <rtems/score/threadq.h>
#include <rtems/score/tqdata.h>
-/*PAGE
- *
+/*
* _Thread_queue_First_priority
*
* This routines returns a pointer to the first thread on the
diff --git a/cpukit/score/src/threadqflush.c b/cpukit/score/src/threadqflush.c
index b777aa3fa1..a699bad056 100644
--- a/cpukit/score/src/threadqflush.c
+++ b/cpukit/score/src/threadqflush.c
@@ -25,8 +25,7 @@
#include <rtems/score/threadq.h>
#include <rtems/score/tqdata.h>
-/*PAGE
- *
+/*
* _Thread_queue_Flush
*
* This kernel routine flushes the given thread queue.
diff --git a/cpukit/score/src/threadqrequeue.c b/cpukit/score/src/threadqrequeue.c
index bba22148fb..9064cee670 100644
--- a/cpukit/score/src/threadqrequeue.c
+++ b/cpukit/score/src/threadqrequeue.c
@@ -25,8 +25,7 @@
#include <rtems/score/threadq.h>
#include <rtems/score/tqdata.h>
-/*PAGE
- *
+/*
* _Thread_queue_Requeue
*
* This routine is invoked when a thread changes priority and should be
diff --git a/cpukit/score/src/threadstackallocate.c b/cpukit/score/src/threadstackallocate.c
index d8e21ea1f6..0989161f1e 100644
--- a/cpukit/score/src/threadstackallocate.c
+++ b/cpukit/score/src/threadstackallocate.c
@@ -30,8 +30,7 @@
#include <rtems/score/wkspace.h>
#include <rtems/config.h>
-/*PAGE
- *
+/*
* _Thread_Stack_Allocate
*
* Allocate the requested stack space for the thread.
diff --git a/cpukit/score/src/threadstartmultitasking.c b/cpukit/score/src/threadstartmultitasking.c
index efb2dae189..dd7275aab7 100644
--- a/cpukit/score/src/threadstartmultitasking.c
+++ b/cpukit/score/src/threadstartmultitasking.c
@@ -30,8 +30,7 @@
#include <rtems/score/userext.h>
#include <rtems/score/wkspace.h>
-/*PAGE
- *
+/*
* _Thread_Start_multitasking
*
* This kernel routine readies the requested thread, the thread chain
diff --git a/cpukit/score/src/watchdog.c b/cpukit/score/src/watchdog.c
index 591f2de117..61526eb6ea 100644
--- a/cpukit/score/src/watchdog.c
+++ b/cpukit/score/src/watchdog.c
@@ -20,8 +20,7 @@
#include <rtems/score/isr.h>
#include <rtems/score/watchdog.h>
-/*PAGE
- *
+/*
* _Watchdog_Handler_initialization
*
* This routine initializes the watchdog handler.
diff --git a/cpukit/score/src/watchdogadjust.c b/cpukit/score/src/watchdogadjust.c
index 89d4859906..f50b497107 100644
--- a/cpukit/score/src/watchdogadjust.c
+++ b/cpukit/score/src/watchdogadjust.c
@@ -20,8 +20,7 @@
#include <rtems/score/isr.h>
#include <rtems/score/watchdog.h>
-/*PAGE
- *
+/*
* _Watchdog_Adjust
*
* This routine adjusts the delta chain backward or forward in response
diff --git a/cpukit/score/src/watchdoginsert.c b/cpukit/score/src/watchdoginsert.c
index e4b86bd271..0996628064 100644
--- a/cpukit/score/src/watchdoginsert.c
+++ b/cpukit/score/src/watchdoginsert.c
@@ -20,8 +20,7 @@
#include <rtems/score/isr.h>
#include <rtems/score/watchdog.h>
-/*PAGE
- *
+/*
* _Watchdog_Insert
*
* This routine inserts a watchdog timer on to the appropriate delta
diff --git a/cpukit/score/src/watchdogremove.c b/cpukit/score/src/watchdogremove.c
index 3ce3367657..c5425a0e13 100644
--- a/cpukit/score/src/watchdogremove.c
+++ b/cpukit/score/src/watchdogremove.c
@@ -20,8 +20,7 @@
#include <rtems/score/isr.h>
#include <rtems/score/watchdog.h>
-/*PAGE
- *
+/*
* _Watchdog_Remove
*
* The routine removes a watchdog from a delta chain and updates
diff --git a/cpukit/score/src/watchdogtickle.c b/cpukit/score/src/watchdogtickle.c
index 09b3c7bf09..8d498f9530 100644
--- a/cpukit/score/src/watchdogtickle.c
+++ b/cpukit/score/src/watchdogtickle.c
@@ -20,8 +20,7 @@
#include <rtems/score/isr.h>
#include <rtems/score/watchdog.h>
-/*PAGE
- *
+/*
* _Watchdog_Tickle
*
* This routine decrements the delta counter in response to a tick. The