summaryrefslogtreecommitdiff
path: root/sys/dev/sio/sio.c
diff options
context:
space:
mode:
authorSteve Passe <fsmp@FreeBSD.org>1997-08-21 05:47:25 +0000
committerSteve Passe <fsmp@FreeBSD.org>1997-08-21 05:47:25 +0000
commitb3e4e390f6df82c4bc1ab972586a39fea696fbff (patch)
tree86166ee241e001e4b338a4a6e0d504ca563ad13b /sys/dev/sio/sio.c
parent201ef2f3f3c44244289c1e184539d3dfbf8c41f2 (diff)
Notes
Diffstat (limited to 'sys/dev/sio/sio.c')
-rw-r--r--sys/dev/sio/sio.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c
index 52496981aba7..b64705129f9a 100644
--- a/sys/dev/sio/sio.c
+++ b/sys/dev/sio/sio.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)com.c 7.5 (Berkeley) 5/16/91
- * $Id: sio.c,v 1.174 1997/08/04 19:12:54 fsmp Exp $
+ * $Id: sio.c,v 1.175 1997/08/20 05:25:16 fsmp Exp $
*/
#include "opt_comconsole.h"
@@ -82,15 +82,6 @@
#include <pccard/slot.h>
#endif
-#ifdef SMP
-#include <machine/smp.h>
-#define COM_LOCK() s_lock(&com_lock)
-#define COM_UNLOCK() s_unlock(&com_lock)
-#else
-#define COM_LOCK()
-#define COM_UNLOCK()
-#endif /* SMP */
-
#ifdef APIC_IO
/*
* INTs are masked in the (global) IO APIC,