aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include/clock.h
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2011-04-12 22:22:01 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2011-04-12 22:22:01 +0000
commitdd3e254ebd6080a400f96861dc1cc35079309647 (patch)
tree8d29a15ca1aa11ae4ddd3aa88b9f61b3495d43c3 /sys/i386/include/clock.h
parent155094d77ae974b97926456f24eda43dfb0aa7aa (diff)
Add forgotten declarations for tsc_perf_stat from the previous commit.
Notes
Notes: svn path=/head/; revision=220580
Diffstat (limited to 'sys/i386/include/clock.h')
-rw-r--r--sys/i386/include/clock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/include/clock.h b/sys/i386/include/clock.h
index a351462e28bb..75817d0c56b8 100644
--- a/sys/i386/include/clock.h
+++ b/sys/i386/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);