Include intr_machdep.h only for !LOCORE.

This commit is contained in:
Jake Burkholder 2002-02-23 18:41:34 +00:00
parent 4d4b329999
commit 40e8552ea0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91157

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)