summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sparc64/cpu.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sparc64: Avoid SCORE_EXTERNSebastian Huber2016-02-171-0/+6
| | | | Update #2559.
* sparc64: put each copyright on one lineGedare Bloom2014-12-081-3/+2
|
* sparc64: fix warnings in cpukit/score/cpuGedare Bloom2014-10-131-3/+0
|
* score: Clarify TLS supportSebastian Huber2014-04-171-1/+1
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* Add thread-local storage (TLS) supportSebastian Huber2014-02-041-1/+9
| | | | | Tested and implemented on ARM, m68k, PowerPC and SPARC. Other architectures need more work.
* score misc: Score misc: Clean up Doxygen #9 (GCI 2012)Alex Ivanov2012-11-301-20/+7
| | | | | | | This patch is a task from GCI 2012 which improves the Doxygen comments in the RTEMS source. https://google-melange.appspot.com/gci/task/view/google/gci2012/7977211
* 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-10-06 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill2011-10-061-0/+3
| | | | | PR 1918/cpukit * cpu.c: Initialize context with cleared g4 register.
* 2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-07-241-4/+2
| | | | | * cpu.c: Remove /*PAGE markers which were interpreted by a long dead print script.
* 2010-06-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-151-0/+116
PR 1561/cpukit * .cvsignore, ChangeLog, Makefile.am, Makefile.in, README, context.S, cpu.c, preinstall.am, rtems/asm.h, rtems/score/cpu.h, rtems/score/sparc64.h, rtems/score/types.h: New files.