summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-01-29 11:36:39 +0000
committerphk <phk@FreeBSD.org>2003-01-29 11:36:39 +0000
commit36fe9fb493ad9b28c42a7b1610c704856e07467c (patch)
treeb613402a73ac4da505804ca5121a5149306cffd3 /sys/i386/include
parent13e0104093cd42571839d9306eaa407ea60dbe4e (diff)
downloadFreeBSD-src-36fe9fb493ad9b28c42a7b1610c704856e07467c.zip
FreeBSD-src-36fe9fb493ad9b28c42a7b1610c704856e07467c.tar.gz
Make tsc_freq a 64bit quantity.
Inspired by: http://www.theinquirer.net/?article=7481
Diffstat (limited to 'sys/i386/include')
-rw-r--r--sys/i386/include/clock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/include/clock.h b/sys/i386/include/clock.h
index 38179a6..f6ed717 100644
--- a/sys/i386/include/clock.h
+++ b/sys/i386/include/clock.h
@@ -19,7 +19,7 @@ extern int disable_rtc_set;
extern int statclock_disable;
extern u_int timer_freq;
extern int timer0_max_count;
-extern u_int tsc_freq;
+extern uint64_t tsc_freq;
extern int tsc_is_broken;
extern int wall_cmos_clock;
#ifdef APIC_IO
OpenPOWER on IntegriCloud