commit | 078dde5e21dba9f4186ebfc2aef06341fd20efb4 | [log] [tgz] |
---|---|---|
author | Leonid Yegoshin <Leonid.Yegoshin@imgtec.com> | Wed Dec 04 16:39:34 2013 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Mar 26 23:09:13 2014 +0100 |
tree | 7d2bcea5f8bfc5bdc8bbe0a525ab7359e6721a25 | |
parent | b08a9c95f80f2f760f62d70fcd5a869c425d17b6 [diff] |
MIPS: traps: Set correct address limit for breakpoints and traps When a breakpoint or trap happens when operating in kernel mode but on users behalf (eg syscall) it is necessary to change the address limit to KERNEL_DS so any address checking can be bypassed and print the correct stack trace. Signed-off-by: Leonid Yegoshin <Leonid.Yegoshin@imgtec.com> Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>