From: Kumar Gala Date: Tue, 28 Apr 2009 15:04:10 +0000 (-0700) Subject: gianfar: Use memset instead of cacheable_memzero X-Git-Tag: v2.6.31-rc1~330^2~520 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c31d55f755ff2bc1f7dc3b45c500032fe90aff8;p=pandora-kernel.git gianfar: Use memset instead of cacheable_memzero cacheable_memzero() is completely overkill for the clearing out the FCB block which is only 8-bytes. The compiler should easily optimize this with memset. Additionally, cacheable_memzero() only exists on ppc32 and thus breaks builds of gianfar on ppc64. Signed-off-by: Kumar Gala Signed-off-by: David S. Miller --- Reading git-diff-tree failed