From 4f4e7bb683403b04ca3393db3f920aab2563b55f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 8 Mar 2015 13:52:33 -0500 Subject: cpukit/score/cpu/sh/context.c: Correct name of _CPU_Context_switch --- cpukit/score/cpu/sh/context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ ) -- cgit v1.2.3