From 7ac0a58b2cc7b7de001c3223d492c0eccd9cec81 Mon Sep 17 00:00:00 2001 From: kato Date: Fri, 20 Oct 2000 10:19:40 +0000 Subject: Merged from sys/i386/isa/clock.c revision 1.160. --- sys/pc98/cbus/pcrtc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/pc98/cbus/pcrtc.c') diff --git a/sys/pc98/cbus/pcrtc.c b/sys/pc98/cbus/pcrtc.c index 90a31e6..3cbf693 100644 --- a/sys/pc98/cbus/pcrtc.c +++ b/sys/pc98/cbus/pcrtc.c @@ -58,6 +58,8 @@ #include #include #include +#include +#include #include #include #include @@ -73,10 +75,8 @@ #endif #include #include -#include #include #include -#include #include #ifdef APIC_IO #include @@ -154,7 +154,7 @@ int timer0_max_count; u_int tsc_freq; int tsc_is_broken; int wall_cmos_clock; /* wall CMOS clock assumed if != 0 */ -struct mtx clock_lock; +MUTEX_DECLARE(,clock_lock); static int beeping = 0; static const u_char daysinmonth[] = {31,28,31,30,31,30,31,31,30,31,30,31}; -- cgit v1.1