From: Luke Browning Date: Wed, 2 May 2007 14:19:11 +0000 (+1000) Subject: [POWERPC] 64K page support for kexec X-Git-Tag: v2.6.22-rc1~358^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71bf08b6c083df4ee97874d895f911529f4150dd;p=pandora-kernel.git [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 Acked-by: Benjamin Herrenschmidt Acked-by: Olof Johansson Acked-by: Arnd Bergmann Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed