commit | fb4a3d35a26aa8ef5049f10666e6a163b4c32855 | [log] [tgz] |
---|---|---|
author | Gabor Juhos <juhosg@openwrt.org> | Wed Apr 29 13:01:58 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed May 06 15:14:52 2009 -0400 |
tree | 6222a7edae518828d92584e63a904de1c2dfe922 | |
parent | 5cff20e6c5a6591a79d3b027af222870f52bb550 [diff] |
ath9k: uninline ath9k_io{read,write}32 routines The spin_lock handling uses lots of instructions on some archs. With this patch the size of the ath9k module will be significantly smaller. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Acked-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>