From: Michal Simek Date: Thu, 22 Apr 2010 05:28:48 +0000 (+0200) Subject: microblaze: Remove "cache" optimized copy_page function X-Git-Tag: v2.6.34-rc7~12^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43f2a6e8b122378b9ad20cd8ea449cdb38f5d829;p=pandora-kernel.git microblaze: Remove "cache" optimized copy_page function Current implementation doesn't handle dcache_line_length correctly that's why is better to use generic memcpy. Cache optimized function could be good way howto improve performance but must be based on benchmarking not blind function like this. Signed-off-by: Michal Simek --- Reading git-diff-tree failed