summaryrefslogtreecommitdiffstats
path: root/sys/i386/i386/tsc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/i386/tsc.c')
-rw-r--r--sys/i386/i386/tsc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/i386/tsc.c b/sys/i386/i386/tsc.c
index 1ad7bf4..8a84bf8 100644
--- a/sys/i386/i386/tsc.c
+++ b/sys/i386/i386/tsc.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 */
};
OpenPOWER on IntegriCloud