summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sparc
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-02-16 11:55:03 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-02-17 09:41:27 +0100
commitc34f94f72df4e88e1c4ea7d7f97f14a9ec6296ef (patch)
treebbd8bc6206b6a23709b39a5b0c0d951512b3b33c /cpukit/score/cpu/sparc
parentIMFS: Implement variable length node names (diff)
downloadrtems-c34f94f72df4e88e1c4ea7d7f97f14a9ec6296ef.tar.bz2
score: Add _CPU_SMP_Prepare_start_multitasking()
Update #2268.
Diffstat (limited to 'cpukit/score/cpu/sparc')
-rw-r--r--cpukit/score/cpu/sparc/rtems/score/cpu.h8
1 files changed, 2 insertions, 6 deletions
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" );