From b9806ae951c38ea696bd8d5054abd4c22ec65886 Mon Sep 17 00:00:00 2001 From: nic Date: Wed, 10 Mar 2004 20:01:20 +0000 Subject: [PATCH] b=2914 r=jacob remove __attribute__ ((packed)) from ptl_event_t to fix 'kernel unaligned access...' messages on ia64 --- lnet/include/lnet/types.h | 2 +- lustre/portals/include/portals/types.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lnet/include/lnet/types.h b/lnet/include/lnet/types.h index d4ca453..74ef493 100644 --- a/lnet/include/lnet/types.h +++ b/lnet/include/lnet/types.h @@ -135,7 +135,7 @@ typedef struct { struct timeval arrival_time; volatile ptl_seq_t sequence; -} __attribute__((packed)) ptl_event_t; +} ptl_event_t; #ifdef __CYGWIN__ #pragma pop #endif diff --git a/lustre/portals/include/portals/types.h b/lustre/portals/include/portals/types.h index d4ca453..74ef493 100644 --- a/lustre/portals/include/portals/types.h +++ b/lustre/portals/include/portals/types.h @@ -135,7 +135,7 @@ typedef struct { struct timeval arrival_time; volatile ptl_seq_t sequence; -} __attribute__((packed)) ptl_event_t; +} ptl_event_t; #ifdef __CYGWIN__ #pragma pop #endif -- 1.8.3.1