#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!
This commit is contained in:
parent
c9c20622ad
commit
bb625c15c9
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user