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.
This commit is contained in:
Peter Wemm 1997-04-26 19:26:37 +00:00
parent 73f4384dc1
commit fbf8a6b7cb

View File

@ -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
*/