From: Leonid Yegoshin Date: Tue, 8 Oct 2013 11:39:31 +0000 (+0100) Subject: MIPS: Print correct PC in trace dump after NMI exception X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~57^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83e4da1ed45441c3aadc39ac47d33895ab23c841;p=pandora-kernel.git MIPS: Print correct PC in trace dump after NMI exception An NMI exception delivered from YAMON delivers the PC in ErrorPC instead of EPC. It's also necessary to clear the Status.BEV bit for the page fault exception handler to work properly. [ralf@linux-mips: Let the assembler do the loading of the mask value rather than the convoluted explicit %hi/%lo manual relocation sequence from the original patch.] Signed-off-by: Leonid Yegoshin Signed-off-by: Markos Chandras Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/6035/ Signed-off-by: Florian Fainelli Reviewed-by: Markos Chandras Patchwork: https://patchwork.linux-mips.org/patch/6084/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed