summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/ipl.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ia64/include/ipl.h')
-rw-r--r--sys/ia64/include/ipl.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/ia64/include/ipl.h b/sys/ia64/include/ipl.h
index bb62be4..dd1f129 100644
--- a/sys/ia64/include/ipl.h
+++ b/sys/ia64/include/ipl.h
@@ -30,12 +30,6 @@
#define _MACHINE_IPL_H_
/*
- * Software interrupt bit numbers
- */
-#define NSWI 32
-#define NHWI 0
-
-/*
* Interprocessor interrupts for SMP.
*/
#define IPI_INVLTLB 0x0001
@@ -50,4 +44,4 @@ void smp_ipi_all_but_self(u_int64_t ipi);
void smp_ipi_self(u_int64_t ipi);
void smp_handle_ipi(struct trapframe *frame);
-#endif /* !_MACHINE_MD_VAR_H_ */
+#endif /* !_MACHINE_IPL_H_ */
OpenPOWER on IntegriCloud