From: Yang Wei Date: Thu, 31 Jul 2014 11:42:29 +0000 (+0800) Subject: MIPS: kdump: Set correct value to kexec_indirection_page variable X-Git-Tag: fixes-for-v3.18-merge-window~106^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91ffaa27834b69dc23dfe14a0358f1c70d2938e2;p=pandora-kernel.git MIPS: kdump: Set correct value to kexec_indirection_page variable Since there is not indirection page in crash type, so the vaule of the head field of kimage structure is not equal to the address of indirection page but IND_DONE. so we have to set kexec_indirection_page variable to the address of the head field of image structure. [ralf@linux-mips.org: Don't add pointless empty line, fix trailing whitespace damage.] Signed-off-by: Yang Wei Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/7499/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed