diff options
author | bde <bde@FreeBSD.org> | 1999-01-08 19:17:49 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1999-01-08 19:17:49 +0000 |
commit | e53595f704322430791eaee9e3f65b0c80fc6c0e (patch) | |
tree | 9d92ec9b3a3e856f5448f3b7b6425b4c61ec9de5 /sys/i386/isa/sio.c | |
parent | 670683fcb99d8dc6fd235f8111c5c641e149a065 (diff) | |
download | FreeBSD-src-e53595f704322430791eaee9e3f65b0c80fc6c0e.zip FreeBSD-src-e53595f704322430791eaee9e3f65b0c80fc6c0e.tar.gz |
Unspammed includes in <machine/cpufunc.h> in the !SMP case. Partially
unspammed them in the SMP case.
Diffstat (limited to 'sys/i386/isa/sio.c')
-rw-r--r-- | sys/i386/isa/sio.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/i386/isa/sio.c b/sys/i386/isa/sio.c index ae24d4c..90049d0 100644 --- a/sys/i386/isa/sio.c +++ b/sys/i386/isa/sio.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)com.c 7.5 (Berkeley) 5/16/91 - * $Id: sio.c,v 1.220 1998/12/27 12:35:48 phk Exp $ + * $Id: sio.c,v 1.221 1999/01/07 14:14:23 yokota Exp $ */ #include "opt_comconsole.h" @@ -70,6 +70,9 @@ #include <machine/clock.h> #include <machine/ipl.h> +#ifndef SMP +#include <machine/lock.h> +#endif #include <i386/isa/isa.h> #include <i386/isa/isa_device.h> |