diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2001-04-01 06:41:47 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2001-04-01 06:41:47 +0000 |
| commit | 43c35a2e4f99b98c0c7bbf858654c7d2f87e3db0 (patch) | |
| tree | 18030c3c5184bf93ffc8b65b858038be1ed90a48 /sys/pc98 | |
| parent | 0e319a247e211212c507626e874ec2fcf1ea3d1e (diff) | |
Notes
Diffstat (limited to 'sys/pc98')
| -rw-r--r-- | sys/pc98/cbus/clock.c | 4 | ||||
| -rw-r--r-- | sys/pc98/cbus/pcrtc.c | 4 | ||||
| -rw-r--r-- | sys/pc98/pc98/clock.c | 4 |
3 files changed, 3 insertions, 9 deletions
diff --git a/sys/pc98/cbus/clock.c b/sys/pc98/cbus/clock.c index 8c2cb4bb1a44..ae1a3c68cfb2 100644 --- a/sys/pc98/cbus/clock.c +++ b/sys/pc98/cbus/clock.c @@ -60,14 +60,12 @@ #include <sys/systm.h> #include <sys/bus.h> #include <sys/ipl.h> +#include <sys/lock.h> #include <sys/mutex.h> #include <sys/proc.h> #include <sys/time.h> #include <sys/timetc.h> #include <sys/kernel.h> -#ifndef SMP -#include <sys/lock.h> -#endif #include <sys/sysctl.h> #include <sys/cons.h> diff --git a/sys/pc98/cbus/pcrtc.c b/sys/pc98/cbus/pcrtc.c index 8c2cb4bb1a44..ae1a3c68cfb2 100644 --- a/sys/pc98/cbus/pcrtc.c +++ b/sys/pc98/cbus/pcrtc.c @@ -60,14 +60,12 @@ #include <sys/systm.h> #include <sys/bus.h> #include <sys/ipl.h> +#include <sys/lock.h> #include <sys/mutex.h> #include <sys/proc.h> #include <sys/time.h> #include <sys/timetc.h> #include <sys/kernel.h> -#ifndef SMP -#include <sys/lock.h> -#endif #include <sys/sysctl.h> #include <sys/cons.h> diff --git a/sys/pc98/pc98/clock.c b/sys/pc98/pc98/clock.c index 8c2cb4bb1a44..ae1a3c68cfb2 100644 --- a/sys/pc98/pc98/clock.c +++ b/sys/pc98/pc98/clock.c @@ -60,14 +60,12 @@ #include <sys/systm.h> #include <sys/bus.h> #include <sys/ipl.h> +#include <sys/lock.h> #include <sys/mutex.h> #include <sys/proc.h> #include <sys/time.h> #include <sys/timetc.h> #include <sys/kernel.h> -#ifndef SMP -#include <sys/lock.h> -#endif #include <sys/sysctl.h> #include <sys/cons.h> |
