More file movement

This commit is contained in:
Joel Sherrill
1995-09-21 17:58:58 +00:00
parent 79aaec8681
commit cda7ecc2d8
9 changed files with 12 additions and 17 deletions

View File

@@ -132,7 +132,8 @@ EXTERN MPCI_Packet_processor _MPCI_Packet_processors[MP_PACKET_CLASSES_LAST+1];
*/
void _MPCI_Handler_initialization(
MPCI_Control *users_mpci_table
MPCI_Control *users_mpci_table,
unsigned32 timeout_status
);
/*

View File

@@ -132,7 +132,8 @@ EXTERN MPCI_Packet_processor _MPCI_Packet_processors[MP_PACKET_CLASSES_LAST+1];
*/
void _MPCI_Handler_initialization(
MPCI_Control *users_mpci_table
MPCI_Control *users_mpci_table,
unsigned32 timeout_status
);
/*

View File

@@ -27,8 +27,6 @@
#include <rtems/core/coresem.h>
#include <rtems/rtems/status.h> /* XXX for TIMEOUT */
/*PAGE
*
* _MPCI_Handler_initialization
@@ -37,7 +35,8 @@
*/
void _MPCI_Handler_initialization(
MPCI_Control *users_mpci_table
MPCI_Control *users_mpci_table,
unsigned32 timeout_status
)
{
CORE_semaphore_Attributes attributes;
@@ -67,7 +66,7 @@ void _MPCI_Handler_initialization(
THREAD_QUEUE_DISCIPLINE_FIFO,
STATES_WAITING_FOR_RPC_REPLY,
NULL,
RTEMS_TIMEOUT /* XXX */
timeout_status
);
}

View File

@@ -16,7 +16,6 @@
#include <rtems/system.h>
#include <rtems/core/context.h>
#include <rtems/core/interr.h>
#include <rtems/core/intthrd.h>
#include <rtems/core/isr.h>
#include <rtems/core/object.h>
#include <rtems/core/priority.h>

View File

@@ -22,8 +22,6 @@
#include <rtems/core/threadq.h>
#include <rtems/core/tqdata.h>
#include <rtems/rtems/status.h>
/*PAGE
*
* _Thread_queue_Initialize

View File

@@ -132,7 +132,8 @@ EXTERN MPCI_Packet_processor _MPCI_Packet_processors[MP_PACKET_CLASSES_LAST+1];
*/
void _MPCI_Handler_initialization(
MPCI_Control *users_mpci_table
MPCI_Control *users_mpci_table,
unsigned32 timeout_status
);
/*

View File

@@ -27,8 +27,6 @@
#include <rtems/core/coresem.h>
#include <rtems/rtems/status.h> /* XXX for TIMEOUT */
/*PAGE
*
* _MPCI_Handler_initialization
@@ -37,7 +35,8 @@
*/
void _MPCI_Handler_initialization(
MPCI_Control *users_mpci_table
MPCI_Control *users_mpci_table,
unsigned32 timeout_status
)
{
CORE_semaphore_Attributes attributes;
@@ -67,7 +66,7 @@ void _MPCI_Handler_initialization(
THREAD_QUEUE_DISCIPLINE_FIFO,
STATES_WAITING_FOR_RPC_REPLY,
NULL,
RTEMS_TIMEOUT /* XXX */
timeout_status
);
}

View File

@@ -16,7 +16,6 @@
#include <rtems/system.h>
#include <rtems/core/context.h>
#include <rtems/core/interr.h>
#include <rtems/core/intthrd.h>
#include <rtems/core/isr.h>
#include <rtems/core/object.h>
#include <rtems/core/priority.h>

View File

@@ -22,8 +22,6 @@
#include <rtems/core/threadq.h>
#include <rtems/core/tqdata.h>
#include <rtems/rtems/status.h>
/*PAGE
*
* _Thread_queue_Initialize