summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/isa_device.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-04-26 19:26:37 +0000
committerpeter <peter@FreeBSD.org>1997-04-26 19:26:37 +0000
commit34f8ddaf628b03211398fc4528148f813f3aa329 (patch)
tree230805ef03bbe8cb90a0fdf73acaf2975df3dcde /sys/i386/isa/isa_device.h
parente1c760e0f93186b16a4b8695baf8ee5c51f9849b (diff)
downloadFreeBSD-src-34f8ddaf628b03211398fc4528148f813f3aa329.zip
FreeBSD-src-34f8ddaf628b03211398fc4528148f813f3aa329.tar.gz
change #if 0 to #ifdef KERNEL since this is pretty important for
smp compiling. It still leaves dset non-functional on smp kernels, but we've been doing that all along with the private smp tree anyway.
Diffstat (limited to 'sys/i386/isa/isa_device.h')
-rw-r--r--sys/i386/isa/isa_device.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/i386/isa/isa_device.h b/sys/i386/isa/isa_device.h
index 5e4c0bd..a48174c 100644
--- a/sys/i386/isa/isa_device.h
+++ b/sys/i386/isa/isa_device.h
@@ -31,15 +31,16 @@
* SUCH DAMAGE.
*
* from: @(#)isa_device.h 7.1 (Berkeley) 5/9/91
- * $Id: isa_device.h,v 1.36 1997/04/26 11:46:02 peter Exp $
+ * $Id: isa_device.h,v 1.37 1997/04/26 19:07:36 fsmp Exp $
*/
#ifndef _I386_ISA_ISA_DEVICE_H_
#define _I386_ISA_ISA_DEVICE_H_
-#if 0
+#ifdef KERNEL
#include "opt_smp.h"
#endif
+
/*
* ISA Bus Autoconfiguration
*/
OpenPOWER on IntegriCloud