[PATCH 06/15] cpukit/score/cpu/sh/context.c: Correct name of _CPU_Context_switch
Joel Sherrill
joel.sherrill at oarcorp.com
Mon Mar 9 17:38:46 UTC 2015
---
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 bd40f20..dfa12c3 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 */
)
--
1.9.3
More information about the devel
mailing list