summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/ppc-isr-vector-install.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* powerpc: Remove use of proc_ptrSebastian Huber2018-11-121-35/+0
| | | | Update #3585.
* score: Introduce _Internal_error()Sebastian Huber2016-12-121-1/+1
|
* score: Remove fatal is internal indicatorSebastian Huber2016-12-091-5/+1
| | | | | | | | | The fatal is internal indicator is redundant since the fatal source and error code uniquely identify a fatal error. Keep the fatal user extension is internal parameter for backward compatibility and set it to false always. Update #2825.
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* score: Rename _Internal_error_Occurred()Sebastian Huber2014-02-211-1/+1
| | | | Rename _Internal_error_Occurred() into _Terminate().
* score misc: Clean up Doxygen GCI Task #12Alex Ivanov2012-12-071-0/+6
| | | | http://www.google-melange.com/gci/task/view/google/gci2012/7983217
* score: Add INTERNAL_ERROR_CPU_ISR_INSTALL_VECTORSebastian Huber2012-11-151-0/+33
Use INTERNAL_ERROR_CPU_ISR_INSTALL_VECTOR on PowerPC for _CPU_ISR_install_vector().