summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/record.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/record.h')
-rw-r--r--cpukit/include/rtems/record.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/include/rtems/record.h b/cpukit/include/rtems/record.h
index b667b46fa3..c76dd07ff0 100644
--- a/cpukit/include/rtems/record.h
+++ b/cpukit/include/rtems/record.h
@@ -46,12 +46,12 @@ typedef struct Record_Control {
unsigned int mask;
Watchdog_Control Watchdog;
rtems_record_item Header[ 3 ];
- rtems_record_item Items[ RTEMS_ZERO_LENGTH_ARRAY ];
+ RTEMS_ALIGNED( CPU_CACHE_LINE_BYTES )
+ rtems_record_item Items[ RTEMS_ZERO_LENGTH_ARRAY ];
} Record_Control;
typedef struct {
unsigned int item_count;
- size_t control_size;
Record_Control *controls;
} Record_Configuration;