summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/or1k/or1k-context-validate.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
| | | | | | | | Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
* or1k: Implement context validate and context volatile clobber functions.Hesham ALMatary2014-09-021-0/+185
score/cpu/or1k: Add two new assembly functions: _CPU_Context_validate and _CPU_Context_volatile_clobber; their implementation follows corresponding ARM functions.