summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sparc
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-02-05 15:41:00 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-02-05 15:46:30 +0100
commit558cc8ddb73c42bcf3de7bf7e2576ffc01f15699 (patch)
treef78f55b37838b64acaa3419256dc5b47819e4701 /cpukit/score/cpu/sparc
parentbsps: Delete unused bsp_smp_delay() (diff)
downloadrtems-558cc8ddb73c42bcf3de7bf7e2576ffc01f15699.tar.bz2
score: _CPU_Context_switch_to_first_task_smp()
Delete _CPU_Context_switch_to_first_task_smp() and use _CPU_Context_restore() instead.
Diffstat (limited to 'cpukit/score/cpu/sparc')
-rw-r--r--cpukit/score/cpu/sparc/rtems/score/cpu.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/cpukit/score/cpu/sparc/rtems/score/cpu.h b/cpukit/score/cpu/sparc/rtems/score/cpu.h
index ae893112f3..ad0cbd2928 100644
--- a/cpukit/score/cpu/sparc/rtems/score/cpu.h
+++ b/cpukit/score/cpu/sparc/rtems/score/cpu.h
@@ -1189,20 +1189,6 @@ void _CPU_Context_restore(
) RTEMS_COMPILER_NO_RETURN_ATTRIBUTE;
#if defined(RTEMS_SMP)
- /**
- * @brief SPARC specific method to switch to first task.
- *
- * This routine is only used to switch to the first task on a
- * secondary core in an SMP configuration. We do not need to
- * flush all the windows and, in fact, this can be dangerous
- * as they may or may not be initialized properly.
- *
- * @param[in] new_context is the context to restore
- */
- void _CPU_Context_switch_to_first_task_smp(
- Context_Control *new_context
- );
-
RTEMS_COMPILER_PURE_ATTRIBUTE uint32_t _CPU_SMP_Get_current_processor( void );
void _CPU_SMP_Send_interrupt( uint32_t target_processor_index );