summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/include/pctr.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/amd64/include/pctr.h')
-rw-r--r--sys/arch/amd64/include/pctr.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/include/pctr.h b/sys/arch/amd64/include/pctr.h
index 18e7f6fc14e..427bcb52ee0 100644
--- a/sys/arch/amd64/include/pctr.h
+++ b/sys/arch/amd64/include/pctr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pctr.h,v 1.2 2007/10/17 02:30:26 deraadt Exp $ */
+/* $OpenBSD: pctr.h,v 1.3 2007/10/24 17:56:57 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 */