Whamcloud - gitweb
Make sure lwt_event_t packs into a page evenly on ia64.
authoradilger <adilger>
Fri, 14 Nov 2003 23:09:31 +0000 (23:09 +0000)
committeradilger <adilger>
Fri, 14 Nov 2003 23:09:31 +0000 (23:09 +0000)
lnet/include/linux/kp30.h
lustre/portals/include/linux/kp30.h

index 4b95b6c..138643f 100644 (file)
@@ -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
index 4b95b6c..138643f 100644 (file)
@@ -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