From: Michael Buesch Date: Wed, 28 Jun 2006 18:17:57 +0000 (+0200) Subject: [PATCH] bcm43xx: voluntary preemtion in the calibration loops X-Git-Tag: v2.6.19-rc1~1263^2~123^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2087da5dc12c497123d5fb8949ceed9021b673ec;p=pandora-kernel.git [PATCH] bcm43xx: voluntary preemtion in the calibration loops 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed