android_kernel_samsung_msm8976/arch/powerpc/platforms/pseries
Sachin P. Sant b7abc5c53e [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 <sachinp@in.ibm.com>
Signed-off-by : Mohan Kumar M <mohan@in.ibm.com>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Olof Johansson <olof@lixom.net>

Signed-off-by: Paul Mackerras <paulus@samba.org>
2007-06-25 17:03:33 +10:00
..
eeh.c [POWERPC] Tweak EEH copyright info 2007-06-14 22:29:56 +10:00
eeh_cache.c [POWERPC] Tweak EEH copyright info 2007-06-14 22:29:56 +10:00
eeh_driver.c [POWERPC] Tweak EEH copyright info 2007-06-14 22:29:56 +10:00
eeh_event.c
eeh_sysfs.c [POWERPC] Show EEH per-device false positives 2007-06-14 22:29:55 +10:00
firmware.c
hotplug-cpu.c
hvCall.S
hvCall_inst.c
hvconsole.c
hvcserver.c
iommu.c
Kconfig
kexec.c
lpar.c [POWERPC] Fix Kexec/Kdump for power6 2007-06-25 17:03:33 +10:00
Makefile
msi.c
nvram.c
pci.c
pci_dlpar.c [POWERPC] Rewrite IO allocation & mapping on powerpc64 2007-06-14 22:29:56 +10:00
plpar_wrappers.h [POWERPC] Fix Kexec/Kdump for power6 2007-06-25 17:03:33 +10:00
power.c
pseries.h [POWERPC] Rewrite IO allocation & mapping on powerpc64 2007-06-14 22:29:56 +10:00
ras.c
reconfig.c
rtasd.c
scanlog.c
setup.c [POWERPC] Donate idle CPU cycles on dedicated partitions 2007-06-14 22:29:58 +10:00
smp.c
xics.c [POWERPC] Fix interrupt distribution in ppc970 2007-06-25 17:03:31 +10:00
xics.h