]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/pseries: Disable relocation on exception while going down during crash.
authorMahesh Salgaonkar <mahesh@linux.vnet.ibm.com>
Thu, 30 Jan 2014 19:00:45 +0000 (00:30 +0530)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 11 Feb 2014 00:24:47 +0000 (11:24 +1100)
commitc60a3ee8356c21bb78c36dc1c66a137a6e105896
tree925b18b3343d765bd733cf0b02f74cdcc3f3d124
parent18261ff6684f31521ab5fa0f8eddbd4d95df1951
powerpc/pseries: Disable relocation on exception while going down during crash.

Disable relocation on exception while going down even in kdump case. This
is because we are about clear htab mappings while kexec-ing into kdump
kernel and we may run into issues if we still have AIL ON.

Signed-off-by: Mahesh Salgaonkar <mahesh@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/platforms/pseries/setup.c