From: adilger Date: Fri, 14 Nov 2003 23:09:31 +0000 (+0000) Subject: Make sure lwt_event_t packs into a page evenly on ia64. X-Git-Tag: v1_7_0_51~2^7~238 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=99db311743608f525055121b0c4ac855410bc805;p=fs%2Flustre-release.git Make sure lwt_event_t packs into a page evenly on ia64. --- diff --git a/lnet/include/linux/kp30.h b/lnet/include/linux/kp30.h index 4b95b6c..138643f 100644 --- a/lnet/include/linux/kp30.h +++ b/lnet/include/linux/kp30.h @@ -688,6 +688,9 @@ typedef struct { long lwte_p2; long lwte_p3; long lwte_p4; +#if BITS_PER_LONG > 32 + long lwte_pad; +#endif } lwt_event_t; #if LWT_SUPPORT diff --git a/lustre/portals/include/linux/kp30.h b/lustre/portals/include/linux/kp30.h index 4b95b6c..138643f 100644 --- a/lustre/portals/include/linux/kp30.h +++ b/lustre/portals/include/linux/kp30.h @@ -688,6 +688,9 @@ typedef struct { long lwte_p2; long lwte_p3; long lwte_p4; +#if BITS_PER_LONG > 32 + long lwte_pad; +#endif } lwt_event_t; #if LWT_SUPPORT