git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7024981
)
rt2x00: Make rt2x00_set/get_field macros
author
Ivo van Doorn
<IvDoorn@gmail.com>
Tue, 3 Jun 2008 18:29:43 +0000
(20:29 +0200)
committer
John W. Linville
<linville@tuxdriver.com>
Sat, 14 Jun 2008 16:17:55 +0000
(12:17 -0400)
The rt2x00_set_field functions are very often used,
but GCC is better able to optimize them when they
are macros instead of static inline functions.
After changing it to macro's each rt2x00 driver will
loose about ~3500 bytes in size.
Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found