commit | c2b2226c7e46549c26fd5f5f40122536bc91ba0d | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Mon Nov 27 19:18:53 2006 +0100 |
committer | Paul Mackerras <paulus@samba.org> | Mon Dec 04 20:41:09 2006 +1100 |
tree | 1161bc17586c5b5f85d2cc7cbae69cb8d29775fd | |
parent | bd2e5f829e772787ea4d986d72ddf57f50878649 [diff] |
[POWERPC] spufs: always send sigtrap on breakpoint Currently, we only send a sigtrap if the current task is being ptraced. This is somewhat inconsistant, and it breaks utrace support in fedora. Removing the check should do the right thing in all cases. Cc: Ulrich Weigand <ulrich.weigand@de.ibm.com> Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>