sh: Don't NOTIFY_STOP for non-UBC breakpoint traps.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 22 Dec 2009 03:40:38 +0000 (12:40 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 22 Dec 2009 03:40:38 +0000 (12:40 +0900)
Presently the hw_breakpoint code is the primary notifier dispatch for
breakpoint traps, although it's only UBC traps that are of particular
interest there. This patches in a check to allow non-UBC generated
breakpoints to pass through down the remainder of the notifier chain,
giving things like kgdb a chance at getting notified.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found