From f05eeb2091803b17f89045a685028e9e403f06eb Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 19 Apr 2016 13:39:00 +0200 Subject: score: Simplify _Objects_Initialize_information() Remove unused supports_global parameter. Convert _Objects_Initialize_information() to a macro to avoid use of RTEMS_MULTIPROCESSING define for each caller. --- testsuites/psxtests/psxobj01/init.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'testsuites') diff --git a/testsuites/psxtests/psxobj01/init.c b/testsuites/psxtests/psxobj01/init.c index 5f8730862a..c3b3f49aa0 100644 --- a/testsuites/psxtests/psxobj01/init.c +++ b/testsuites/psxtests/psxobj01/init.c @@ -46,12 +46,8 @@ rtems_task Init( 0, /* maximum */ 4, /* size */ true, /* is_string */ - 10 /* maximum_name_length */ - #if defined(RTEMS_MULTIPROCESSING) - , - false, /* supports_global */ - NULL /* Objects_Thread_queue_Extract_callout extract */ - #endif + 10, /* maximum_name_length */ + NULL /* Objects_Thread_queue_Extract_callout extract */ ); -- cgit v1.2.3