commit | ee386de77419f9fedf206d84c4d4b2de0ead5bcb | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Mon Sep 08 18:12:33 2008 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Sep 08 18:12:33 2008 +0900 |
tree | 465a797b46d8124f918e99948734b0528f2bec3b | |
parent | 174b5c9923e0170c844e03d55a9f3fb3b329a8b7 [diff] |
sh: kprobes: Default to NOTIFY_DONE for unhandled debug traps. Presently this is doing a force_sig() SIGTRAP, which is already taken care of in the generic code if no one asserts NOTIFY_STOP. Switch the default return to NOTIFY_DONE in the case of unhandled traps, so that the same trap may pass through to other users on the same die chain. Signed-off-by: Paul Mundt <lethal@linux-sh.org>