> > If my memory serves me correctly, I think "long long" is aligned on 4 bytes on > ppc32, but on 8 bytes on x86_32 (yeah, that's weird). How about we create a > #define __long_long_aligned __attribute__((__aligned__(__alignof__(long > long))))
#define __u64_aligned __attribute__((__aligned__(__alignof__(long long)))) A bit shorter but maybe less obvious. Sam -- To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110119161455.ga18...@merkur.ravnborg.org