mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Include intr_machdep.h only for !LOCORE.
This commit is contained in:
parent
4d4b329999
commit
40e8552ea0
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue