summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/smp/getcpuid.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Use standard file name for BSP supportSebastian Huber2014-05-121-15/+0
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* smp: Add and use _CPU_SMP_Get_current_processor()Sebastian Huber2013-07-171-2/+3
| | | | | | | | | | 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.
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-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-03-16 Jennifer Averett <jennifer.averett@OARcorp.com>Joel Sherrill2011-03-161-0/+16
PR 1729/cpukit * smp/getcpuid.c, smp/smp_stub.c: New files.