]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Simplify 4k/64k copy_page logic
authorAnton Blanchard <anton@samba.org>
Sun, 8 May 2011 21:18:38 +0000 (21:18 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 19 May 2011 04:30:42 +0000 (14:30 +1000)
commit2099177e06ee4a443a8f520ccda4a6036e019c8f
tree60feffdec36d0a484b0d8d7d8dbdf5baf73aea7e
parent3c1e430f2201f4aac9f3a3caf820130f15350558
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>
arch/powerpc/include/asm/page_64.h
arch/powerpc/kernel/ppc_ksyms.c
arch/powerpc/lib/copypage_64.S