svn commit: r258424 - head/sys/powerpc/aim
Justin Hibbits
jhibbits at FreeBSD.org
Thu Nov 21 06:54:29 UTC 2013
Author: jhibbits
Date: Thu Nov 21 06:54:28 2013
New Revision: 258424
URL: http://svnweb.freebsd.org/changeset/base/258424
Log:
Remove stale comment. The PID provider is handled elsewhere already.
Modified:
head/sys/powerpc/aim/trap.c
Modified: head/sys/powerpc/aim/trap.c
==============================================================================
--- head/sys/powerpc/aim/trap.c Thu Nov 21 05:17:36 2013 (r258423)
+++ head/sys/powerpc/aim/trap.c Thu Nov 21 06:54:28 2013 (r258424)
@@ -205,9 +205,6 @@ trap(struct trapframe *frame)
* handled the trap and modified the trap frame so that this
* function can return normally.
*/
- /*
- * XXXDTRACE: add pid probe handler here (if ever)
- */
if (dtrace_trap_func != NULL && (*dtrace_trap_func)(frame, type))
return;
#endif
More information about the svn-src-head
mailing list