[POWERPC] 64K page support for kexec
authorLuke Browning <lukebr@linux.vnet.ibm.com>
Wed, 2 May 2007 14:19:11 +0000 (00:19 +1000)
committerPaul Mackerras <paulus@samba.org>
Mon, 7 May 2007 10:31:12 +0000 (20:31 +1000)
commit71bf08b6c083df4ee97874d895f911529f4150dd
tree72f07b84c25613cb918b863f073cf8dd76aa74bc
parent9f90b997de4efd5404a8c52f89c400f0f4e2d216
[POWERPC] 64K page support for kexec

This fixes a couple of kexec problems related to 64K page
support in the kernel.  kexec issues a tlbie for each pte.  The
parameters for the tlbie are the page size and the virtual address.
Support was missing for the computation of these two parameters
for 64K pages.  This adds that support.

Signed-off-by: Luke Browning <lukebrowning@us.ibm.com>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Olof Johansson <olof@lixom.net>
Acked-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/mm/hash_native_64.c