The following reply was made to PR kern/151304; it has been noted by GNATS.
From: Svatopluk Kraus <[email protected]> To: [email protected] Cc: Subject: Re: kern/151304: [patch] definitions of variables tested by ASSERT_ATOMIC_LOAD_PTR Date: Wed, 20 Oct 2010 13:41:43 +0200 In the light of my new insigth into a kernel matter, I think that the problem could be closed. Default data alignment for coldfire is 2 bytes (gcc). What an unexpected surprise for 32-bit processor. It can be changed by -malign-int machine specific option. Thanks Bruce for your hint. Svata _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
