From: Larry Finger Date: Thu, 2 Nov 2006 00:11:18 +0000 (-0600) Subject: [PATCH] bcm43xx: remove badness variable and related routine X-Git-Tag: v2.6.20-rc1~34^2~40^2~463^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08c3103a562ed83c4f9ac8fad6f5cb1ebb1f29a0;p=pandora-kernel.git [PATCH] bcm43xx: remove badness variable and related routine When the periodic work function in bcm43xx was converted for voluntary preemption to reduce latency, a new function was created to estimate the "badness" of each step, and this quantity was used to determine if preemption should be enabled when periodic work was undertaken. This concept was quite useful while debugging of periodic work was in progress. Now that this routine seems to be working correctly, it is time to simplify the code. This patch keeps the functionality intact, but simplifies the code. Signed-off-by: Larry Finger Signed-off-by: John W. Linville --- Reading git-diff-tree failed