Re: [PATCH 3/3] or1k: Implement context validate and context volatile clobber functions.

2014-09-02 Thread Joel Sherrill
Committed but no build. Thanks. On 8/31/2014 6:29 PM, Hesham ALMatary wrote: > score/cpu/or1k: Add two new assembly functions: _CPU_Context_validate > and _CPU_Context_volatile_clobber; their implementation follows > corresponding ARM functions. > --- > cpukit/score/cpu/or1k/Makefile.am

[PATCH 3/3] or1k: Implement context validate and context volatile clobber functions.

2014-08-31 Thread Hesham ALMatary
score/cpu/or1k: Add two new assembly functions: _CPU_Context_validate and _CPU_Context_volatile_clobber; their implementation follows corresponding ARM functions. --- cpukit/score/cpu/or1k/Makefile.am | 2 + cpukit/score/cpu/or1k/or1k-context-validate.S | 186 ++