From bb625c15c927415b92b9846aa6924cd97f4f5c07 Mon Sep 17 00:00:00 2001 From: Steve Passe Date: Sat, 26 Apr 1997 19:07:36 +0000 Subject: [PATCH] #if'ed out the '#include "opt_smp.h"' line. The SMP source was merged into 3.0-current last nite and this broke the make of sbin/dset. Should make things work for non-SMP case. People making SMP kernels will need to edit i386/isa/isa_device.h, re-enabling '#include "opt_smp.h"'. People making SMP worlds will have to punt for now... I'm thinking about the real solution, but for now the goal is to NOT break the world! --- sys/i386/isa/isa_device.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/i386/isa/isa_device.h b/sys/i386/isa/isa_device.h index 4f37cd08fa6..5e4c0bd51f2 100644 --- a/sys/i386/isa/isa_device.h +++ b/sys/i386/isa/isa_device.h @@ -31,14 +31,15 @@ * SUCH DAMAGE. * * from: @(#)isa_device.h 7.1 (Berkeley) 5/9/91 - * $Id: isa_device.h,v 1.35 1997/02/22 09:36:42 peter Exp $ + * $Id: isa_device.h,v 1.36 1997/04/26 11:46:02 peter Exp $ */ #ifndef _I386_ISA_ISA_DEVICE_H_ #define _I386_ISA_ISA_DEVICE_H_ +#if 0 #include "opt_smp.h" - +#endif /* * ISA Bus Autoconfiguration */