[rtems commit] cpukit/score/cpu/sh/context.c: Correct name of _CPU_Context_switch

Joel Sherril joel at rtems.org
Mon Mar 9 21:14:31 UTC 2015


Module:    rtems
Branch:    master
Commit:    4f4e7bb683403b04ca3393db3f920aab2563b55f
Changeset: http://git.rtems.org/rtems/commit/?id=4f4e7bb683403b04ca3393db3f920aab2563b55f

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Sun Mar  8 13:52:33 2015 -0500

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 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 */
 )



More information about the vc mailing list