From cda7ecc2d8f00a5d5846e99c14912e9da29da8d6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 21 Sep 1995 17:58:58 +0000 Subject: More file movement --- cpukit/score/src/mpci.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'cpukit/score/src/mpci.c') diff --git a/cpukit/score/src/mpci.c b/cpukit/score/src/mpci.c index b2e183765d..8910661f09 100644 --- a/cpukit/score/src/mpci.c +++ b/cpukit/score/src/mpci.c @@ -27,8 +27,6 @@ #include -#include /* 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 ); } -- cgit v1.2.3