summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/rtems
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-07-28 14:42:53 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-07-28 14:43:22 +0200
commit585706a4ec6e92544604510369b62952f4ec9dd8 (patch)
tree134e65679de9aeb001904b934865a385fd3ec22c /cpukit/score/cpu/powerpc/rtems
parentpsxtests/psxmmap01: Fix warning (diff)
downloadrtems-585706a4ec6e92544604510369b62952f4ec9dd8.tar.bz2
bsp/t32mppc: Add SMP support
Diffstat (limited to 'cpukit/score/cpu/powerpc/rtems')
-rw-r--r--cpukit/score/cpu/powerpc/rtems/score/cpuimpl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/score/cpu/powerpc/rtems/score/cpuimpl.h b/cpukit/score/cpu/powerpc/rtems/score/cpuimpl.h
index bc03ab98ac..57c2db1822 100644
--- a/cpukit/score/cpu/powerpc/rtems/score/cpuimpl.h
+++ b/cpukit/score/cpu/powerpc/rtems/score/cpuimpl.h
@@ -193,6 +193,9 @@ typedef struct {
double F13;
uint64_t FPSCR;
#endif
+ #if !defined(PPC_MULTILIB_ALTIVEC) && !defined(PPC_MULTILIB_FPU)
+ uint32_t RESERVED_FOR_STACK_ALIGNMENT;
+ #endif
} CPU_Interrupt_frame;
#ifdef RTEMS_SMP