> -#if defined(__BIG_ENDIAN_BITFIELD) > - u32 MessageAddress1:24; /* bits 31:8*/ > - u32 RequestFlags:8; > -#else > u32 RequestFlags:8; > - u32 MessageAddress1:24; /* bits 31:8*/ > -#endif > - u32 MessageAddress2; /* bits 61:32 */ > + u32 MessageAddress1:24; > + u32 MessageAddress2; Doesn't this break architectures that set __BIG_ENDIAN_BITFIELD? -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html