summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/sparc64/include/smp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sparc64/include/smp.h b/sys/sparc64/include/smp.h
index 5976e1d..049af44 100644
--- a/sys/sparc64/include/smp.h
+++ b/sys/sparc64/include/smp.h
@@ -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)
OpenPOWER on IntegriCloud