commit | 358c6ac0dd4ffa5e44d59d4008a2627aa2f02b6f | [log] [tgz] |
---|---|---|
author | Ananth N Mavinakayanahalli <amavin@redhat.com> | Wed Jun 08 15:33:43 2005 +1000 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Wed Jun 08 10:18:59 2005 -0700 |
tree | 3505f699e2de7a5c74bbe9d7073b2656d840e1d7 | |
parent | 7840e5e95c1a8622425f11454600a49b6c718886 [diff] |
[PATCH] ppc64 kprobes: don't eat dabr/iabr exceptions Kprobes was eating the hardware instruction and data address breakpoint exceptions. This patch fixes it; kprobes doesn't use those exceptions at all and should ignore them. Signed-off-by: Ananth N Mavinakayanahalli <amavin@redhat.com> Signed-off-by: Paul Mackerras <paulus@samba.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>