Date: Thu, 21 Nov 2013 06:54:29 +0000 (UTC) From: Justin Hibbits <jhibbits@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r258424 - head/sys/powerpc/aim Message-ID: <201311210654.rAL6sTTR070172@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311210654.rAL6sTTR070172>