[PATCH] score: Define _CPU_Start_multitasking only for LEON SPARC, not SPARC in general

Daniel Cederman cederman at gaisler.com
Mon Aug 25 09:45:08 UTC 2014


---
 cpukit/score/cpu/sparc/rtems/score/cpu.h |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/cpukit/score/cpu/sparc/rtems/score/cpu.h b/cpukit/score/cpu/sparc/rtems/score/cpu.h
index 9c38b55..d4c2ef0 100644
--- a/cpukit/score/cpu/sparc/rtems/score/cpu.h
+++ b/cpukit/score/cpu/sparc/rtems/score/cpu.h
@@ -1203,9 +1203,11 @@ 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 _BSP_Start_multitasking( Context_Control *heir )
     RTEMS_COMPILER_NO_RETURN_ATTRIBUTE;
   #define _CPU_Start_multitasking _BSP_Start_multitasking
+  #endif
 
   static inline void _CPU_SMP_Processor_event_broadcast( void )
   {
-- 
1.7.9.5



More information about the devel mailing list