summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/or1k/or1k-context-volatile-clobber.S (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-04-16Canonicalize config.h includeSebastian Huber1-1/+1
Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
2014-09-02or1k: Implement context validate and context volatile clobber functions.Hesham ALMatary1-0/+35
score/cpu/or1k: Add two new assembly functions: _CPU_Context_validate and _CPU_Context_volatile_clobber; their implementation follows corresponding ARM functions.