summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2011-04-12 22:22:01 +0000
committerjkim <jkim@FreeBSD.org>2011-04-12 22:22:01 +0000
commit69382ad6929a850565f339c2aab52e63d50def3c (patch)
tree8d29a15ca1aa11ae4ddd3aa88b9f61b3495d43c3 /sys/amd64
parent8eb15cd79a268862532c7374f250152933c6d7cc (diff)
downloadFreeBSD-src-69382ad6929a850565f339c2aab52e63d50def3c.zip
FreeBSD-src-69382ad6929a850565f339c2aab52e63d50def3c.tar.gz
Add forgotten declarations for tsc_perf_stat from the previous commit.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/include/clock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/include/clock.h b/sys/amd64/include/clock.h
index 95888ce..b50ed65 100644
--- a/sys/amd64/include/clock.h
+++ b/sys/amd64/include/clock.h
@@ -19,6 +19,7 @@ extern u_int i8254_freq;
extern int i8254_max_count;
extern uint64_t tsc_freq;
extern int tsc_is_invariant;
+extern int tsc_perf_stat;
void i8254_init(void);
OpenPOWER on IntegriCloud