[IA64] kprobes: fixup the pagefault exception caused by probehandlers
authorKeshavamurthy Anil S <anil.s.keshavamurthy@intel.com>
Mon, 25 Sep 2006 23:32:20 +0000 (16:32 -0700)
committerTony Luck <tony.luck@intel.com>
Tue, 26 Sep 2006 18:33:32 +0000 (11:33 -0700)
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>

No differences found