From: nic Date: Wed, 10 Mar 2004 20:01:20 +0000 (+0000) Subject: b=2914 X-Git-Tag: v1_7_100~2482 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=b9806ae951c38ea696bd8d5054abd4c22ec65886;ds=sidebyside b=2914 r=jacob remove __attribute__ ((packed)) from ptl_event_t to fix 'kernel unaligned access...' messages on ia64 --- 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