From: Paul Mundt Date: Tue, 22 Dec 2009 03:40:38 +0000 (+0900) Subject: sh: Don't NOTIFY_STOP for non-UBC breakpoint traps. X-Git-Tag: v2.6.34-rc1~285^2~136^3~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b74ab703b1326aafadb5604ff6200da62c61df49;p=pandora-kernel.git sh: Don't NOTIFY_STOP for non-UBC breakpoint traps. 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 --- Reading git-diff-tree failed