ath9k: optimize register access functions
authorFelix Fietkau <nbd@openwrt.org>
Wed, 14 Mar 2012 15:40:25 +0000 (16:40 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 15 Mar 2012 17:45:03 +0000 (13:45 -0400)
By checking for NR_CPUS, the compiler can optimize out register access
serialization code on non-SMP kernels

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found