summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/smp.h
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2001-12-30 09:41:29 +0000
committermarcel <marcel@FreeBSD.org>2001-12-30 09:41:29 +0000
commit19d14f2d76b3e95ed49ab605218247cd011ca71c (patch)
tree873c42a3fbc9192caf8be80009597408213d43eb /sys/ia64/include/smp.h
parent9cc0a52a010c1129ce028ff4866309e3cc48956a (diff)
downloadFreeBSD-src-19d14f2d76b3e95ed49ab605218247cd011ca71c.zip
FreeBSD-src-19d14f2d76b3e95ed49ab605218247cd011ca71c.tar.gz
Cleanup the IPIs.
Diffstat (limited to 'sys/ia64/include/smp.h')
-rw-r--r--sys/ia64/include/smp.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/sys/ia64/include/smp.h b/sys/ia64/include/smp.h
index b1977c9..ba6677f 100644
--- a/sys/ia64/include/smp.h
+++ b/sys/ia64/include/smp.h
@@ -9,17 +9,16 @@
/*
* Interprocessor interrupts for SMP. The following values are indices
* into the IPI vector table. The SAL gives us the vector used for AP
- * wake-up. Keep the IPI_AP_WAKEUP at index 0.
+ * wake-up. We base the other vectors on that. Keep IPI_AP_WAKEUP at
+ * index 0.
*/
-#define IPI_AP_WAKEUP 0
+#define IPI_AP_WAKEUP 0 /* ia64 specific */
#define IPI_AST 1
-#define IPI_CHECKSTATE 2
-#define IPI_INVLTLB 3
-#define IPI_RENDEZVOUS 4
-#define IPI_STOP 5
-#define IPI_TEST 6
+#define IPI_RENDEZVOUS 2
+#define IPI_STOP 3
+#define IPI_TEST 4 /* ia64 specific */
-#define IPI_COUNT 7
+#define IPI_COUNT 5
#ifndef LOCORE
OpenPOWER on IntegriCloud