From 9736283857a54008d1dcf63c8c892942e35824a6 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 8 Dec 2015 08:43:41 +0100 Subject: score: Statically initialize system state Update #2408. --- cpukit/score/include/rtems/score/sysstate.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'cpukit/score/include/rtems/score/sysstate.h') diff --git a/cpukit/score/include/rtems/score/sysstate.h b/cpukit/score/include/rtems/score/sysstate.h index fbdeff95fa..02ac99584d 100644 --- a/cpukit/score/include/rtems/score/sysstate.h +++ b/cpukit/score/include/rtems/score/sysstate.h @@ -76,20 +76,6 @@ RTEMS_INLINE_ROUTINE void _System_state_Set ( _System_state_Current = state; } -RTEMS_INLINE_ROUTINE void _System_state_Handler_initialization ( -#if defined(RTEMS_MULTIPROCESSING) - bool is_multiprocessing -#else - bool is_multiprocessing RTEMS_UNUSED -#endif -) -{ - _System_state_Set( SYSTEM_STATE_BEFORE_INITIALIZATION ); -#if defined(RTEMS_MULTIPROCESSING) - _System_state_Is_multiprocessing = is_multiprocessing; -#endif -} - RTEMS_INLINE_ROUTINE System_state_Codes _System_state_Get ( void ) { return _System_state_Current; -- cgit v1.2.3