git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21e1c93
)
microblaze: Remove "cache" optimized copy_page function
author
Michal Simek
<monstr@monstr.eu>
Thu, 22 Apr 2010 05:28:48 +0000
(07:28 +0200)
committer
Michal Simek
<monstr@monstr.eu>
Thu, 6 May 2010 09:21:58 +0000
(11:21 +0200)
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>
No differences found