]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2ab801505088c276217f9c0b3a1f453501754fab
tree4dc5783b8c59f45d783db6fee994282bbe9b6b0d
parent7241ea369230b37c6f7c355075ab71ca9efe331b
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