On Tue, Mar 25, 2008 at 08:08:20PM -0400, Christoph Hellwig wrote:
I personally think bitfield code is actually easier to read
than manual shift/mask etc.
Avoiding bitfields is just a rule of thumb for portability, but that one
does not apply here.
I would say Joern's recent comment on religion vs common sense
for CodingStyle applies very well here.
bitfield rules should be 100% the same between x86 and ia64
-Andi
--