summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/moxie/cpu_asm.S (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-01cpukit/score/cpu/moxie: Change license to BSD-2Joel Sherrill1-3/+22
Permission received from Anthony Green. Updates #3053.
2018-11-08score: Remove _ISR_Dispatch()Sebastian Huber1-15/+0
This function was only used on some m68k variants. On these m68k variants there is no need to use a global symbol. Use a local label instead. Remove _ISR_Dispatch() from the architecture-independent layer.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-02-28Add Moxie CPU supportAnthony Green1-0/+117
Signed-off-by: Anthony Green <green@moxielogic.com>