summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include
diff options
context:
space:
mode:
authorMike Belopuhov <mikeb@cvs.openbsd.org>2007-10-24 17:57:02 +0000
committerMike Belopuhov <mikeb@cvs.openbsd.org>2007-10-24 17:57:02 +0000
commit0b7585b7a2d18ed891350058bf8e28630e502fa2 (patch)
treebe6c661daada706c7abcb5053f48e4c549e3667d /sys/arch/i386/include
parent095a8f3234cd3183e9177d1ea4178a2d01aae4b8 (diff)
Remove idle loop counter.
ok art deraadt
Diffstat (limited to 'sys/arch/i386/include')
-rw-r--r--sys/arch/i386/include/pctr.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/include/pctr.h b/sys/arch/i386/include/pctr.h
index d92d05fbe7e..8dcc8f228e1 100644
--- a/sys/arch/i386/include/pctr.h
+++ b/sys/arch/i386/include/pctr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pctr.h,v 1.14 2007/10/17 14:54:32 deraadt Exp $ */
+/* $OpenBSD: pctr.h,v 1.15 2007/10/24 17:56:59 mikeb Exp $ */
/*
* Pentium performance counter driver for OpenBSD.
@@ -22,7 +22,6 @@ struct pctrst {
u_int pctr_fn[PCTR_NUM]; /* Current settings of counters */
pctrval pctr_tsc; /* Free-running 64-bit cycle counter */
pctrval pctr_hwc[PCTR_NUM]; /* Values of the hardware counters */
- pctrval pctr_idl; /* Iterations of the idle loop */
};
/* Bit values in fn fields and PIOCS ioctl's */