From: Michael Chan Date: Wed, 30 Jan 2008 05:35:05 +0000 (-0800) Subject: [BNX2]: Remove REG_WR_IND/REG_RD_IND macros. X-Git-Tag: v2.6.25-rc1~1089^2~118 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2726d6e126c0c16efeba30356d4ae105f1854d1e;p=pandora-kernel.git [BNX2]: Remove REG_WR_IND/REG_RD_IND macros. The REG_WR_IND/REG_RD_IND macros are unnecessary and obfuscate the code. Many callers to these macros read and write shared memory from the bp->shmem_base, so we add 2 similar functions that automatically add the shared memory base. Signed-off-by: Michael Chan Signed-off-by: David S. Miller --- Reading git-diff-tree failed