diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2009-06-03 17:19:12 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2009-06-03 17:19:12 +0000 |
commit | 0051d14966633fbb8b9a68eb7083ca24061b36fa (patch) | |
tree | 32e18c056dafaaac85dbf61071da8cd96b5c9f55 | |
parent | 931cd337e418ee9dd7fc19cea7f33a65b0222442 (diff) | |
download | FreeBSD-src-0051d14966633fbb8b9a68eb7083ca24061b36fa.zip FreeBSD-src-0051d14966633fbb8b9a68eb7083ca24061b36fa.tar.gz |
Trim an obsolete comment.
Noticed by: lifengkai <lifengkai at huawei dot com>
-rw-r--r-- | sys/sys/pmc.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/sys/pmc.h b/sys/sys/pmc.h index 2be03d1..68d7df0 100644 --- a/sys/sys/pmc.h +++ b/sys/sys/pmc.h @@ -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 { |