Include intr_machdep.h only for !LOCORE.
This commit is contained in:
parent
81dc2952a8
commit
fc548e14d2
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user