svn commit: r193388 - head/sys/sys

Joseph Koshy jkoshy at FreeBSD.org
Wed Jun 3 17:19:13 UTC 2009


Author: jkoshy
Date: Wed Jun  3 17:19:12 2009
New Revision: 193388
URL: http://svn.freebsd.org/changeset/base/193388

Log:
  Trim an obsolete comment.
  
  Noticed by:	lifengkai <lifengkai at huawei dot com>

Modified:
  head/sys/sys/pmc.h

Modified: head/sys/sys/pmc.h
==============================================================================
--- head/sys/sys/pmc.h	Wed Jun  3 16:28:29 2009	(r193387)
+++ head/sys/sys/pmc.h	Wed Jun  3 17:19:12 2009	(r193388)
@@ -709,11 +709,6 @@ struct pmc {
  * array.  The size of this structure is thus PMC architecture
  * dependent.
  *
- * TODO: Only process-private counting mode PMCs may be attached to a
- * process different from the allocator process (since we do not have
- * the infrastructure to make sense of an interrupted PC value from a
- * 'target' process (yet)).
- *
  */
 
 struct pmc_targetstate {


More information about the svn-src-head mailing list