summaryrefslogtreecommitdiff
path: root/sys/amd64/isa/clock.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2000-10-27 11:45:49 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2000-10-27 11:45:49 +0000
commit46aa3347cb72a78253d66cee79e17413af61804c (patch)
tree5a6a7cebc3f9800c1819d1438e9a53e273da5747 /sys/amd64/isa/clock.c
parent303fd73aa775b9289ced7cc21fa3ad62d283450e (diff)
Notes
Diffstat (limited to 'sys/amd64/isa/clock.c')
-rw-r--r--sys/amd64/isa/clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/isa/clock.c b/sys/amd64/isa/clock.c
index 1ad7bf454ec6..8a84bf86d38a 100644
--- a/sys/amd64/isa/clock.c
+++ b/sys/amd64/isa/clock.c
@@ -189,7 +189,7 @@ SYSCTL_OPAQUE(_debug, OID_AUTO, tsc_timecounter, CTLFLAG_RD,
static struct timecounter i8254_timecounter = {
i8254_get_timecount, /* get_timecount */
0, /* no poll_pps */
- ~0u, /* counter_mask */
+ 0x1ffff, /* counter_mask */
0, /* frequency */
"i8254" /* name */
};