]> git.baikalelectronics.ru Git - kernel.git/commit
Hack to resolve longstanding prefetch issue
authorRalf Baechle <ralf@linux-mips.org>
Thu, 20 Oct 2005 21:55:26 +0000 (22:55 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 29 Oct 2005 18:32:50 +0000 (19:32 +0100)
commit68168f2796c61d2c0eee47ffcd820282b31b842d
tree22aaae4e58f9d4054a474a5fa31d492e4b9e79a1
parent2b2e5c9b71c4ae0d5d8a914229f2decddd3c2a60
Hack to resolve longstanding prefetch issue

Prefetching may be fatal on some systems if we're prefetching beyond the
end of memory on some systems.  It's also a seriously bad idea on non
dma-coherent systems.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/lib/memcpy.S