From 99db311743608f525055121b0c4ac855410bc805 Mon Sep 17 00:00:00 2001 From: adilger Date: Fri, 14 Nov 2003 23:09:31 +0000 Subject: [PATCH] Make sure lwt_event_t packs into a page evenly on ia64. --- lnet/include/linux/kp30.h | 3 +++ lustre/portals/include/linux/kp30.h | 3 +++ 2 files changed, 6 insertions(+) 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 -- 1.8.3.1