]> git.karo-electronics.de Git - linux-beck.git/commit
sh: Improve oops error reporting
authorStuart Menefy <stuart.menefy@st.com>
Thu, 19 Apr 2012 08:25:03 +0000 (17:25 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 19 Apr 2012 08:25:03 +0000 (17:25 +0900)
commit45c0e0e25eae2c5e8bb9e2dfaf73afb396e0928d
treed28db9a7ec6225746689b43f11b94733fe0b89db
parent8d9a784d1e2c75e0dcae06f77a02f5e7bb547f3a
sh: Improve oops error reporting

In some cases the opps error reporting doesn't give enough information
to diagnose the problem, only printing information if it is thought
to be valid. Replace the current code with more detailed output.

This code is based on the ARM reporting, with minor changes for the SH.

[lethal@linux-sh.org: fixed up for 64-bit PTEs and pte_offset_kernel()]
Signed-off-by: Stuart Menefy <stuart.menefy@st.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/mm/fault_32.c