diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2007-10-24 17:57:02 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2007-10-24 17:57:02 +0000 |
commit | 0b7585b7a2d18ed891350058bf8e28630e502fa2 (patch) | |
tree | be6c661daada706c7abcb5053f48e4c549e3667d /share/man/man4/man4.amd64 | |
parent | 095a8f3234cd3183e9177d1ea4178a2d01aae4b8 (diff) |
Remove idle loop counter.
ok art deraadt
Diffstat (limited to 'share/man/man4/man4.amd64')
-rw-r--r-- | share/man/man4/man4.amd64/pctr.4 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/share/man/man4/man4.amd64/pctr.4 b/share/man/man4/man4.amd64/pctr.4 index 0546918a8f2..0b22176b85e 100644 --- a/share/man/man4/man4.amd64/pctr.4 +++ b/share/man/man4/man4.amd64/pctr.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pctr.4,v 1.3 2007/10/21 09:50:22 jmc Exp $ +.\" $OpenBSD: pctr.4,v 1.4 2007/10/24 17:56:52 mikeb Exp $ .\" .\" Pentium performance counter driver for OpenBSD. .\" Copyright 1996 David Mazieres <dm@lcs.mit.edu>. @@ -7,7 +7,7 @@ .\" permitted provided that due credit is given to the author and the .\" OpenBSD project by leaving this copyright notice intact. .\" -.Dd $Mdocdate: October 21 2007 $ +.Dd $Mdocdate: October 24 2007 $ .Dt PCTR 4 amd64 .Os .Sh NAME @@ -50,7 +50,6 @@ struct pctrst { u_int pctr_fn[PCTR_NUM]; pctrval pctr_tsc; pctrval pctr_hwc[PCTR_NUM]; - pctrval pctr_idl; }; .Ed .Pp @@ -67,9 +66,6 @@ ioctls (see below). contains the actual value of the hardware counters. .Em pctr_tsc is a free-running, 64-bit cycle counter. -Finally, -.Em pctr_idl -is a 64-bit count of idle-loop iterations. .Pp The functions of the counters can be programmed with ioctls .Dv PCIOCS0 , |