From: Sachin P. Sant Date: Thu, 14 Jun 2007 05:31:34 +0000 (+1000) Subject: [POWERPC] Fix Kexec/Kdump for power6 X-Git-Tag: v2.6.23-rc1~767^2^2~146 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7abc5c53e3c65b8e931bd96db2d08ba670e111a;p=pandora-kernel.git [POWERPC] Fix Kexec/Kdump for power6 On Power machines supporting VRMA, Kexec/Kdump does not work. VRMA (virtual real-mode area) means that accesses with IR/DR = 0 (i.e. the MMU "off") actually still go through the hash table, using entries put there by the hypervisor. This means that when we clear out the hash table on kexec, we need to make sure these entries are left untouched. This also adds plpar_pte_read_raw() on the lines of plpar_pte_remove_raw(). Signed-off-by : Sachin Sant Signed-off-by : Mohan Kumar M Acked-by: Benjamin Herrenschmidt Acked-by: Olof Johansson Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed