diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2006-05-19 18:53:50 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2006-05-19 18:53:50 +0000 |
commit | aa1807d5d65555f7901135166cd8dca5033e1656 (patch) | |
tree | 733414dbd2a9f3b280a2830de3fc91a44ad43416 /sys/i386/include/clock.h | |
parent | d3e6e0e6f6fdc899f69fdfef78a2a8507bfa21be (diff) |
Move clock_lock prototype into <machine/clock.h>, where it is more
appropriate.
Discussed with: jhb
Notes
Notes:
svn path=/head/; revision=158748
Diffstat (limited to 'sys/i386/include/clock.h')
-rw-r--r-- | sys/i386/include/clock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/include/clock.h b/sys/i386/include/clock.h index bb6f5e574f78..9550fab49b82 100644 --- a/sys/i386/include/clock.h +++ b/sys/i386/include/clock.h @@ -25,6 +25,7 @@ extern int timer0_max_count; extern uint64_t tsc_freq; extern int tsc_is_broken; extern int wall_cmos_clock; +extern struct mtx clock_lock; /* * Driver to clock driver interface. |