sparc: Use __leon__ multilib define

This commit is contained in:
Sebastian Huber
2014-04-14 08:09:54 +02:00
parent 73b9af2d25
commit 67a7a2cc98
2 changed files with 10 additions and 2 deletions

View File

@@ -15,8 +15,9 @@
#include <rtems/score/cpu.h>
#if !defined(__leon__)
uint32_t _CPU_SMP_Get_current_processor( void )
{
return _LEON3_Get_current_processor();
}
#endif