From: Eilon Greenstein Date: Wed, 12 Aug 2009 08:23:44 +0000 (+0000) Subject: bnx2x: Remove the init_dmae field from bp X-Git-Tag: v2.6.32-rc1~703^2~395 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ff7b6d4c129a430e355b2f88162a36d9e058f88;p=pandora-kernel.git bnx2x: Remove the init_dmae field from bp Moved the dmae_command from the heap to the stack. This will save 56 bytes per bnx2x structure. As a side benefit, we can also reduce the time the dmae_mutex is held. This is because do we not need to hold this mutex when setting up the dmae command. The memory where is dmae command is stored is not a shared resource and doesn not need to be protected. Signed-off-by: Benjamin Li Signed-off-by: Eilon Greenstein Signed-off-by: David S. Miller --- Reading git-diff-tree failed