Include intr_machdep.h only for !LOCORE.

This commit is contained in:
jake 2002-02-23 18:41:34 +00:00
parent 81dc2952a8
commit fc548e14d2

View File

@ -29,8 +29,6 @@
#ifndef _MACHINE_SMP_H_
#define _MACHINE_SMP_H_
#include <machine/intr_machdep.h>
#define CPU_INITING 1
#define CPU_INITED 2
#define CPU_REJECT 3
@ -41,6 +39,8 @@
#ifndef LOCORE
#include <machine/intr_machdep.h>
#define IDR_BUSY (1<<0)
#define IDR_NACK (1<<1)