summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sh
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-08 13:52:33 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-09 16:14:16 -0500
commit4f4e7bb683403b04ca3393db3f920aab2563b55f (patch)
tree293a17197bd212fc183cae6751aeecccb5fb6ead /cpukit/score/cpu/sh
parentor1k: Correct _CPU_Thread_Idle_body prototype (diff)
downloadrtems-4f4e7bb683403b04ca3393db3f920aab2563b55f.tar.bz2
cpukit/score/cpu/sh/context.c: Correct name of _CPU_Context_switch
Diffstat (limited to 'cpukit/score/cpu/sh')
-rw-r--r--cpukit/score/cpu/sh/context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/cpu/sh/context.c b/cpukit/score/cpu/sh/context.c
index bd40f2033a..dfa12c32ac 100644
--- a/cpukit/score/cpu/sh/context.c
+++ b/cpukit/score/cpu/sh/context.c
@@ -168,7 +168,7 @@ asm volatile("\n\
* FIXME: This is an ugly hack, but we wanted to avoid recalculating
* the offset each time Context_Control is changed
*/
-void __CPU_Context_switch(
+void _CPU_Context_switch(
Context_Control *run, /* r4 */
Context_Control *heir /* r5 */
)