From c34f94f72df4e88e1c4ea7d7f97f14a9ec6296ef Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 16 Feb 2015 11:55:03 +0100 Subject: score: Add _CPU_SMP_Prepare_start_multitasking() Update #2268. --- cpukit/score/cpu/sparc/rtems/score/cpu.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'cpukit/score/cpu/sparc/rtems/score') diff --git a/cpukit/score/cpu/sparc/rtems/score/cpu.h b/cpukit/score/cpu/sparc/rtems/score/cpu.h index 6ce065cfe4..c3348f0652 100644 --- a/cpukit/score/cpu/sparc/rtems/score/cpu.h +++ b/cpukit/score/cpu/sparc/rtems/score/cpu.h @@ -1186,6 +1186,8 @@ register struct Per_CPU_Control *_SPARC_Per_CPU_current __asm__( "g6" ); void _CPU_SMP_Finalize_initialization( uint32_t cpu_count ); + void _CPU_SMP_Prepare_start_multitasking( void ); + #if defined(__leon__) && !defined(RTEMS_PARAVIRT) static inline uint32_t _CPU_SMP_Get_current_processor( void ) { @@ -1197,12 +1199,6 @@ register struct Per_CPU_Control *_SPARC_Per_CPU_current __asm__( "g6" ); void _CPU_SMP_Send_interrupt( uint32_t target_processor_index ); - #if defined(__leon__) - void _LEON3_Start_multitasking( Context_Control *heir ) - RTEMS_COMPILER_NO_RETURN_ATTRIBUTE; - #define _CPU_Start_multitasking _LEON3_Start_multitasking - #endif - static inline void _CPU_SMP_Processor_event_broadcast( void ) { __asm__ volatile ( "" : : : "memory" ); -- cgit v1.2.3