From 34f8ddaf628b03211398fc4528148f813f3aa329 Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 26 Apr 1997 19:26:37 +0000 Subject: 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. --- sys/i386/isa/isa_device.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/i386/isa/isa_device.h') 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 */ -- cgit v1.1