summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/leon3/smp/getcpuid.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-05-12bsps: Use standard file name for BSP supportSebastian Huber1-23/+0
2014-04-14sparc: Use __leon__ multilib defineSebastian Huber1-1/+2
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2014-02-14sparc: Add LEON3_ASR17_PROCESSOR_INDEX_SHIFTSebastian Huber1-4/+1
Add _LEON3_Get_current_processor().
2013-12-01sparc/leon3: Add doxygen.Radu Toma1-3/+3
2013-07-17smp: Add and use _CPU_SMP_Get_current_processor()Sebastian Huber1-2/+4
Add and use _SMP_Get_current_processor() and rtems_smp_get_current_processor(). Delete bsp_smp_interrupt_cpu(). Change type of current processor index from int to uint32_t to match _SMP_Processor_count type.
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2011-06-292011-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-4/+11
* smp/getcpuid.c: Fix header from accidental and irrelevant copy and paste.
2011-06-282011-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+18
Jennifer Averett <jennifer.averett@OARcorp.com> PR 1801/bsps * Makefile.am, include/leon.h: Add SMP support to LEON3 BSP. * smp/getcpuid.c, smp/smp_leon3.c: New files.