summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/mpci.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-06-06 14:55:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-06-06 14:55:08 +0000
commitebd40c063834a7eabd6006b86b163b21083dc6df (patch)
treef2a926919f1b2b2e6db3490be9a511cb3fe6275f /cpukit/score/src/mpci.c
parentAdded Sporadic Server support to posix threads which required changes (diff)
downloadrtems-ebd40c063834a7eabd6006b86b163b21083dc6df.tar.bz2
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.
Diffstat (limited to 'cpukit/score/src/mpci.c')
-rw-r--r--cpukit/score/src/mpci.c3
1 files changed, 2 insertions, 1 deletions
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
);