Greg Kurz <[email protected]> writes: > struct rtas_error_log { > +#ifdef __BIG_ENDIAN__ > + /* Byte 0 */ > unsigned long version:8; /* Architectural version */ > + /* Byte 1 */
I think it would be great if we got rid of the usage of bitfields. As soon as the mood of the compiler changes, this code is going to break. _______________________________________________ Linuxppc-dev mailing list [email protected] https://lists.ozlabs.org/listinfo/linuxppc-dev
