PERFORCE change 132689 for review

John Birrell jb at FreeBSD.org
Sun Jan 6 23:55:03 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=132689

Change 132689 by jb at jb_freebsd1 on 2008/01/07 07:54:21

	Remove some code which doesn't belong here.

Affected files ...

.. //depot/projects/dtrace/src/sys/cddl/dev/dtrace/amd64/dtrace_subr.c#6 edit

Differences ...

==== //depot/projects/dtrace/src/sys/cddl/dev/dtrace/amd64/dtrace_subr.c#6 (text+ko) ====

@@ -431,14 +431,6 @@
 			/* Handle all other traps in the usual way. */
 			break;
 		}
-
-	/*
-	 * Outside the DTrace probe context, a breakpoint fault could be caused by a
-	 * Function Boundary Trace (fbt) or Statically Defined Trace (sdt) provider.
-	 */
-	} else if (type == T_BPTFLT) {
-printf("T_BPTFLT! tf_rip 0x%lx\n", frame->tf_rip);
-		dtrace_invop(frame->tf_rip - 1, (uintptr_t *) frame->tf_rsp, frame->tf_rax);
 	}
 
 	/* Handle the trap in the usual way. */


More information about the p4-projects mailing list