remove #include "opt_smp.h"
This commit is contained in:
parent
503c887bae
commit
b34b547455
@ -30,16 +30,12 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: ipl.h,v 1.6 1997/04/26 20:04:21 peter Exp $
|
||||
* $Id: ipl.h,v 1.7 1997/04/27 21:17:56 fsmp Exp $
|
||||
*/
|
||||
|
||||
#ifndef _ISA_IPL_H_
|
||||
#define _ISA_IPL_H_
|
||||
|
||||
#ifdef KERNEL
|
||||
#include "opt_smp.h"
|
||||
#endif
|
||||
|
||||
#if defined(APIC_IO)
|
||||
|
||||
#define NHWI 24 /* number of h/w interrupts */
|
||||
|
@ -30,15 +30,12 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: spl.h,v 1.20 1997/04/29 20:00:41 peter Exp $
|
||||
* $Id: spl.h,v 1.21 1997/04/29 20:05:47 peter Exp $
|
||||
*/
|
||||
|
||||
#ifndef _MACHINE_IPL_H_
|
||||
#define _MACHINE_IPL_H_
|
||||
|
||||
#ifdef KERNEL
|
||||
#include "opt_smp.h"
|
||||
#endif
|
||||
#include <machine/ipl.h> /* XXX "machine" means cpu for i386 */
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user