From: Michael Chan Date: Tue, 2 Oct 2007 23:27:35 +0000 (-0700) Subject: [BNX2]: Optimize firmware loading. X-Git-Tag: v2.6.24-rc1~1454^2~210 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea1f8d5c3a593a791463c2efc07e5dfebd056500;p=pandora-kernel.git [BNX2]: Optimize firmware loading. This is a follow up to the patches from Denys Vlasenkos to further optimize firmware loading. 1. In bnx2_init_cpus(), we allocate memory for decompression once and use it repeatedly instead of doing this for every firmware image. 2. We eliminate the BSS and SBSS firmware sections in bnx2_fw*.h since these are always zeros. Signed-off-by: Michael Chan Signed-off-by: David S. Miller --- Reading git-diff-tree failed