From: Anton Blanchard Date: Mon, 25 Jul 2011 01:46:32 +0000 (+0000) Subject: powerpc/pseries: Fix kexec on recent firmware versions X-Git-Tag: v3.1-rc2~30^2~5 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1301797f30370c430244979671978fc232f4533;p=pandora-kernel.git powerpc/pseries: Fix kexec on recent firmware versions Recent versions of firmware will fail to unmap the virtual processor area if we have a dispatch trace log registered. This causes kexec to fail. If a trace log is registered this patch unregisters it before the SLB shadow and virtual processor areas, fixing the problem. The address argument is ignored by firmware on unregister so we may as well remove it. Signed-off-by: Anton Blanchard Cc: Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed