commit | 80b60fa8488e98ceaecb8f976abe79df50988037 | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Wed Aug 16 11:05:16 2006 -0500 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Aug 29 17:06:29 2006 -0400 |
tree | af64ba4e3589c8b98cb9673bb3aabdffb44c7c3e | |
parent | 9c974fb1a44dc8d09c16caa4dd174b0403ba585c [diff] |
[PATCH] bcm43xx: optimization of DMA bitfields Convert the bitfields in the bcm43xx DMA code to properly aligned u8 booleans. These flags are accessed in the DMA hotpath, so it's a good idea to waste a few bytes of memory for the sake of speed by not requiring masking (and probably shifting) of the bitfields. Signed-off-by: Michael Buesch <mb@bu3sch.de> Signed-Off-By: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>