From ebd40c063834a7eabd6006b86b163b21083dc6df Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 6 Jun 1996 14:55:08 +0000 Subject: Added Sporadic Server support to posix threads which required changes in the core to support multiple algorithms to handle cpu time budgetting which resulted in a change to the calling sequence of _Thread_Initialize. --- cpukit/score/src/mpci.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpukit/score/src/mpci.c') diff --git a/cpukit/score/src/mpci.c b/cpukit/score/src/mpci.c index c3090aacc1..bc3381c925 100644 --- a/cpukit/score/src/mpci.c +++ b/cpukit/score/src/mpci.c @@ -115,7 +115,8 @@ void _MPCI_Create_server( void ) CPU_ALL_TASKS_ARE_FP, PRIORITY_MINIMUM, FALSE, /* no preempt */ - FALSE, /* not timesliced */ + THREAD_CPU_BUDGET_ALGORITHM_NONE, + NULL, /* no budget algorithm callout */ 0, /* all interrupts enabled */ _MPCI_Internal_name ); -- cgit v1.2.3