From 81b03c62a64cc36797be25b064674417b2479a0a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 5 Mar 2015 08:11:27 +0100 Subject: score: Add and use PRIORITY_PSEUDO_ISR --- cpukit/score/src/mpci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/src') diff --git a/cpukit/score/src/mpci.c b/cpukit/score/src/mpci.c index e8a8ba2047..a2acf89424 100644 --- a/cpukit/score/src/mpci.c +++ b/cpukit/score/src/mpci.c @@ -112,7 +112,7 @@ void _MPCI_Create_server( void ) CPU_MPCI_RECEIVE_SERVER_EXTRA_STACK + _Configuration_MP_table->extra_mpci_receive_server_stack, CPU_ALL_TASKS_ARE_FP, - PRIORITY_MINIMUM, + PRIORITY_PSEUDO_ISR, false, /* no preempt */ THREAD_CPU_BUDGET_ALGORITHM_NONE, NULL, /* no budget algorithm callout */ -- cgit v1.2.3