[PATCH] linearize bitfield initializer
commit5cf22b3e5d339af1ed67544122673e1a76bfa129
authorChristopher Li <sparse@chrisli.org>
Fri, 5 Nov 2004 01:07:47 +0000 (4 18:07 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:03:58 +0000 (7 21:03 -0700)
treec8852029a3aaff04d953ca570f7647774f47c1d6
parent3936598aac9085121cffe012ecbd09a1f743827c
[PATCH] linearize bitfield initializer

Here is the simple patch to linearize bit field initializer.
It don't try to optimized it.  Ideally the bit field
initializer can be combined. It don't have to use and/or mask.

I am a lazy baster.

[ Ed: Turkeys around the world, rejoice.  Lazy basters are the best
  kind.  Damn, that thing _hurts_. ]
linearize.c