diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2009-01-21 20:53:36 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2009-01-21 20:53:36 +0000 |
| commit | f976241d35f9a7b047c36ad93420d9bd420d24cc (patch) | |
| tree | 6f63ab7506891e4b749ba60b7271f865fbd982eb /sys/amd64/include | |
| parent | 5a9c4ac40845a5aec160c9ab2dde6c6e13bdeca6 (diff) | |
Notes
Diffstat (limited to 'sys/amd64/include')
| -rw-r--r-- | sys/amd64/include/clock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/include/clock.h b/sys/amd64/include/clock.h index 9a6876e9e8df..1a8dfec22aa1 100644 --- a/sys/amd64/include/clock.h +++ b/sys/amd64/include/clock.h @@ -22,6 +22,7 @@ extern u_int timer_freq; extern int timer0_max_count; extern uint64_t tsc_freq; extern int tsc_is_broken; +extern int tsc_is_invariant; void i8254_init(void); |
