diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2011-03-10 20:02:58 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2011-03-10 20:02:58 +0000 |
commit | bc34c87e81e0a9f5e983933ea21c96fd4b47518a (patch) | |
tree | d3e4a7627440d02978a01253e4de46f2eb1bae99 /sys/amd64/include | |
parent | c28a98e9487a26cd365035014e2d3d11d7e07361 (diff) | |
download | src-bc34c87e81e0a9f5e983933ea21c96fd4b47518a.tar.gz src-bc34c87e81e0a9f5e983933ea21c96fd4b47518a.zip |
Deprecate rarely used tsc_is_broken. Instead, we zero out tsc_freq because
it is almost always used with tsc_freq any way.
Notes
Notes:
svn path=/head/; revision=219461
Diffstat (limited to 'sys/amd64/include')
-rw-r--r-- | sys/amd64/include/clock.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/include/clock.h b/sys/amd64/include/clock.h index 97ae7ccc7913..95888ce2384c 100644 --- a/sys/amd64/include/clock.h +++ b/sys/amd64/include/clock.h @@ -18,7 +18,6 @@ extern int clkintr_pending; extern u_int i8254_freq; extern int i8254_max_count; extern uint64_t tsc_freq; -extern int tsc_is_broken; extern int tsc_is_invariant; void i8254_init(void); |