summaryrefslogtreecommitdiffstats
path: root/cpukit/score
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-06-26 10:25:42 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-06-26 10:31:43 +0200
commit56435e646cb90da25f3371568db2ec7be50e9a01 (patch)
treebce51915a788050858af1fd2ca08ca285b9dadc1 /cpukit/score
parentbsps/arm: Fix set exception handler for ARMv7 (diff)
downloadrtems-56435e646cb90da25f3371568db2ec7be50e9a01.tar.bz2
powerpc: Fix Altivec support
Use the right context.
Diffstat (limited to 'cpukit/score')
-rw-r--r--cpukit/score/cpu/powerpc/rtems/score/cpu.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/score/cpu/powerpc/rtems/score/cpu.h b/cpukit/score/cpu/powerpc/rtems/score/cpu.h
index fdb2886ca8..e3c40981b5 100644
--- a/cpukit/score/cpu/powerpc/rtems/score/cpu.h
+++ b/cpukit/score/cpu/powerpc/rtems/score/cpu.h
@@ -1082,8 +1082,8 @@ _CPU_Initialize_altivec(void);
void
_CPU_Context_switch_altivec(
- Context_Control *from,
- Context_Control *to
+ ppc_context *from,
+ ppc_context *to
);
/*
@@ -1094,7 +1094,7 @@ _CPU_Context_switch_altivec(
void
_CPU_Context_restore_altivec(
- Context_Control *ctxt
+ ppc_context *ctxt
);
/*
@@ -1105,7 +1105,7 @@ _CPU_Context_restore_altivec(
void
_CPU_Context_initialize_altivec(
- Context_Control *ctxt
+ ppc_context *ctxt
);
void _CPU_Fatal_error(