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/i386/include/clock.h | |
parent | c28a98e9487a26cd365035014e2d3d11d7e07361 (diff) |
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/i386/include/clock.h')
-rw-r--r-- | sys/i386/include/clock.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/i386/include/clock.h b/sys/i386/include/clock.h index 3da123e8c651..a351462e28bb 100644 --- a/sys/i386/include/clock.h +++ b/sys/i386/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); |