commit | d988f0e3f84cb8a4f85ccdbca6f6fefcc37bedcb | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Sun May 08 21:18:38 2011 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu May 19 14:30:42 2011 +1000 |
tree | 60feffdec36d0a484b0d8d7d8dbdf5baf73aea7e | |
parent | 37e0c21e9b5b6d6fd38a444762076c84c6170598 [diff] |
powerpc: Simplify 4k/64k copy_page logic To make it easier to add optimised versions of copy_page, remove the 4kB loop for 64kB pages and just do all the work in copy_page. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>