summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2014-02-17 12:57:13 +0000
committeravg <avg@FreeBSD.org>2014-02-17 12:57:13 +0000
commitb46715eb45c047352cfcbd2055652d72d46e5deb (patch)
tree93785a3683b712612c87b437ee29ca2ce15939af /sys/mips
parent1e63cd3ce52448cd3bda34456af95882a3ae00b7 (diff)
downloadFreeBSD-src-b46715eb45c047352cfcbd2055652d72d46e5deb.zip
FreeBSD-src-b46715eb45c047352cfcbd2055652d72d46e5deb.tar.gz
MFC r257417: Remove references to an unused fasttrap probe hook
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/mips/trap.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/mips/mips/trap.c b/sys/mips/mips/trap.c
index c194112..9e1f9b8 100644
--- a/sys/mips/mips/trap.c
+++ b/sys/mips/mips/trap.c
@@ -112,9 +112,8 @@ dtrace_doubletrap_func_t dtrace_doubletrap_func;
systrace_probe_func_t systrace_probe_func;
/*
- * These hooks are necessary for the pid, usdt and fasttrap providers.
+ * These hooks are necessary for the pid and usdt providers.
*/
-dtrace_fasttrap_probe_ptr_t dtrace_fasttrap_probe_ptr;
dtrace_pid_probe_ptr_t dtrace_pid_probe_ptr;
dtrace_return_probe_ptr_t dtrace_return_probe_ptr;
#endif
@@ -639,7 +638,7 @@ trap(struct trapframe *trapframe)
* function can return normally.
*/
/*
- * XXXDTRACE: add fasttrap and pid probes handlers here (if ever)
+ * XXXDTRACE: add pid probe handler here (if ever)
*/
if (!usermode) {
if (dtrace_trap_func != NULL && (*dtrace_trap_func)(trapframe, type))
OpenPOWER on IntegriCloud