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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to