From 891e9c3c75d3394c085c7dced44fe3a43b001d40 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 11 Aug 1995 14:35:01 +0000 Subject: added alignment attribute for array used as partition memory. --- c/src/tests/mptests/mp11/init.c | 2 +- testsuites/mptests/mp11/init.c | 2 +- 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 -- cgit v1.2.3