Index: linux-2.6.12-rc3/arch/ppc64/kernel/kprobes.c =================================================================== --- linux-2.6.12-rc3.orig/arch/ppc64/kernel/kprobes.c 2005-04-20 20:03:13.000000000 -0400 +++ linux-2.6.12-rc3/arch/ppc64/kernel/kprobes.c 2005-05-06 10:31:13.000000000 -0400 @@ -233,8 +233,6 @@ int kprobe_exceptions_notify(struct noti */ preempt_disable(); switch (val) { - case DIE_IABR_MATCH: - case DIE_DABR_MATCH: case DIE_BPT: if (kprobe_handler(args->regs)) ret = NOTIFY_STOP;