commit | fd32cb3a9c9f9399421408e8734cd8a6d9d1a09f | [log] [tgz] |
---|---|---|
author | Keshavamurthy Anil S <anil.s.keshavamurthy@intel.com> | Mon Sep 25 16:32:20 2006 -0700 |
committer | Tony Luck <tony.luck@intel.com> | Tue Sep 26 11:33:32 2006 -0700 |
tree | d030d93f169bd9ff39019dacc8f5b3c5a828b079 | |
parent | 214ddde2f95037e129eff7e895869771719c7c1b [diff] |
[IA64] kprobes: fixup the pagefault exception caused by probehandlers If the user-specified kprobe handler causes the page fault when accessing user space address, fixup this fault since do_page_fault() should not continue as the kprobe handler are run with preemption disabled. Signed-off-by: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Tony Luck <tony.luck@intel.com>