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. --- testsuites/sptests/spsize/size.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'testsuites/sptests/spsize/size.c') diff --git a/testsuites/sptests/spsize/size.c b/testsuites/sptests/spsize/size.c index 1369cd7072..578576cba7 100644 --- a/testsuites/sptests/spsize/size.c +++ b/testsuites/sptests/spsize/size.c @@ -250,10 +250,7 @@ uninitialized = /*clock.h*/ 0 + -/*config.h*/ - #if defined(RTEMS_MULTIPROCESSING) - (sizeof _Configuration_MP_table) + - #endif +/*config.h*/ 0 + /*context.h*/ (sizeof _Thread_Dispatch_necessary) + @@ -433,10 +430,6 @@ uninitialized += (sizeof _CPU_Interrupt_stack_low) + initialized += /*copyrt.h*/ (strlen(_Copyright_Notice)+1) + - -#if defined(RTEMS_MULTIPROCESSING) - (sizeof _Initialization_Default_multiprocessing_table) + -#endif (strlen(_RTEMS_version)+1); -- cgit v1.2.3