microblaze: Remove "cache" optimized copy_page function
authorMichal Simek <monstr@monstr.eu>
Thu, 22 Apr 2010 05:28:48 +0000 (07:28 +0200)
committerMichal Simek <monstr@monstr.eu>
Thu, 6 May 2010 09:21:58 +0000 (11:21 +0200)
commit43f2a6e8b122378b9ad20cd8ea449cdb38f5d829
tree4dc5783b8c59f45d783db6fee994282bbe9b6b0d
parent21e1c93631e027136ea4070e7bca600c4ad4f391
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>
arch/microblaze/include/asm/page.h
arch/microblaze/kernel/asm-offsets.c
arch/microblaze/kernel/misc.S