[PATCH] bcm43xx: voluntary preemtion in the calibration loops
authorMichael Buesch <mb@bu3sch.de>
Wed, 28 Jun 2006 18:17:57 +0000 (20:17 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 10 Jul 2006 18:19:41 +0000 (14:19 -0400)
This patch adds voluntary preemption points into the
PHY calibration loops to allow non-CONFIG_PREEMPT machines
to not suffer from huge delays.
CONFIG_PREEMPT machines are already fine, because all this
code is run in non-atomic process context.

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found