From 24f8915a079446918abd4f7b2a8e1b8385930f85 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 12 Dec 2019 07:11:54 +0100 Subject: config: Add _MPCI_Configuration Replace the user MPCI configuration table with a system provided _MPCI_Configuration. Update #3735. --- cpukit/score/src/thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/src/thread.c') diff --git a/cpukit/score/src/thread.c b/cpukit/score/src/thread.c index 812d9296af..32a5132eee 100644 --- a/cpukit/score/src/thread.c +++ b/cpukit/score/src/thread.c @@ -62,7 +62,7 @@ void _Thread_Handler_initialization(void) rtems_configuration_get_stack_allocate_init_hook(); #if defined(RTEMS_MULTIPROCESSING) uint32_t maximum_proxies = - _Configuration_MP_table->maximum_proxies; + _MPCI_Configuration.maximum_proxies; #endif if ( rtems_configuration_get_stack_allocate_hook() == NULL || -- cgit v1.2.3