Deleted Added
full compact
22c22
< * $FreeBSD: head/sys/cddl/dev/dtrace/amd64/dtrace_subr.c 257417 2013-10-31 02:35:00Z markj $
---
> * $FreeBSD: head/sys/cddl/dev/dtrace/amd64/dtrace_subr.c 268600 2014-07-14 04:38:17Z markj $
465c465,467
< /* Function to handle DTrace traps during probes. See amd64/amd64/trap.c */
---
> /*
> * Function to handle DTrace traps during probes. See amd64/amd64/exception.S.
> */
467c469
< dtrace_trap(struct trapframe *frame, u_int type)
---
> dtrace_trap(struct trapframe *frame)
472c474
< * a flag in it's per-cpu flags to indicate that it doesn't
---
> * a flag in its per-cpu flags to indicate that it doesn't
477d478
< *
484,487c485
< switch (type) {
< /* Privilieged instruction fault. */
< case T_PRIVINFLT:
< break;
---
> switch (frame->tf_trapno) {