From 558cc8ddb73c42bcf3de7bf7e2576ffc01f15699 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 5 Feb 2014 15:41:00 +0100 Subject: score: _CPU_Context_switch_to_first_task_smp() Delete _CPU_Context_switch_to_first_task_smp() and use _CPU_Context_restore() instead. --- cpukit/score/cpu/i386/rtems/score/cpu.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'cpukit/score/cpu/i386/rtems/score/cpu.h') diff --git a/cpukit/score/cpu/i386/rtems/score/cpu.h b/cpukit/score/cpu/i386/rtems/score/cpu.h index dd06059853..b308ccf531 100644 --- a/cpukit/score/cpu/i386/rtems/score/cpu.h +++ b/cpukit/score/cpu/i386/rtems/score/cpu.h @@ -462,9 +462,6 @@ uint32_t _CPU_ISR_Get_level( void ); _CPU_Context_restore( (_the_context) ); #if defined(RTEMS_SMP) - #define _CPU_Context_switch_to_first_task_smp( _the_context ) \ - _CPU_Context_restore( (_the_context) ); - RTEMS_COMPILER_PURE_ATTRIBUTE uint32_t _CPU_SMP_Get_current_processor( void ); void _CPU_SMP_Send_interrupt( uint32_t target_processor_index ); -- cgit v1.2.3