commit | 43f2a6e8b122378b9ad20cd8ea449cdb38f5d829 | [log] [tgz] |
---|---|---|
author | Michal Simek <monstr@monstr.eu> | Thu Apr 22 07:28:48 2010 +0200 |
committer | Michal Simek <monstr@monstr.eu> | Thu May 06 11:21:58 2010 +0200 |
tree | 4dc5783b8c59f45d783db6fee994282bbe9b6b0d | |
parent | 21e1c93631e027136ea4070e7bca600c4ad4f391 [diff] |
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 <monstr@monstr.eu>