summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-08-11 14:35:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-08-11 14:35:01 +0000
commit891e9c3c75d3394c085c7dced44fe3a43b001d40 (patch)
tree05f0f0e1c9785876996284ac4de3bbcd0bfd9d79
parentcleanup (diff)
downloadrtems-891e9c3c75d3394c085c7dced44fe3a43b001d40.tar.bz2
added alignment attribute for array used as partition memory.
-rw-r--r--c/src/tests/mptests/mp11/init.c2
-rw-r--r--testsuites/mptests/mp11/init.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/c/src/tests/mptests/mp11/init.c b/c/src/tests/mptests/mp11/init.c
index 7adc391319..df3e4f3abb 100644
--- a/c/src/tests/mptests/mp11/init.c
+++ b/c/src/tests/mptests/mp11/init.c
@@ -31,7 +31,7 @@
#include "conftbl.h"
#include "gvar.h"
-rtems_unsigned8 my_partition[0x30000];
+rtems_unsigned8 my_partition[0x30000] CPU_STRUCTURE_ALIGNMENT;
rtems_task Init(
rtems_task_argument argument
diff --git a/testsuites/mptests/mp11/init.c b/testsuites/mptests/mp11/init.c
index 7adc391319..df3e4f3abb 100644
--- a/testsuites/mptests/mp11/init.c
+++ b/testsuites/mptests/mp11/init.c
@@ -31,7 +31,7 @@
#include "conftbl.h"
#include "gvar.h"
-rtems_unsigned8 my_partition[0x30000];
+rtems_unsigned8 my_partition[0x30000] CPU_STRUCTURE_ALIGNMENT;
rtems_task Init(
rtems_task_argument argument