summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/mpci.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-09-12 19:45:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-09-12 19:45:42 +0000
commitb3ac6a8dfe10aeaf3a9c59fd145bddfff119480e (patch)
treed14038b83435f95a9dbfeb9508bcef9994e057f9 /cpukit/score/src/mpci.c
parentAdded... (diff)
downloadrtems-b3ac6a8dfe10aeaf3a9c59fd145bddfff119480e.tar.bz2
Initial attempt at building HP PA-RISC using Solaris hosted tools.
Changed back to Newlib for Solaris UNIX simulator.
Diffstat (limited to 'cpukit/score/src/mpci.c')
-rw-r--r--cpukit/score/src/mpci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/mpci.c b/cpukit/score/src/mpci.c
index ee72d6c396..33bfee80c5 100644
--- a/cpukit/score/src/mpci.c
+++ b/cpukit/score/src/mpci.c
@@ -67,7 +67,7 @@ void _MPCI_Handler_initialization(
THREAD_QUEUE_DISCIPLINE_FIFO,
STATES_WAITING_FOR_RPC_REPLY,
NULL,
- RTEMS_TIMEOUT
+ RTEMS_TIMEOUT /* XXX */
);
}