summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/smp.h
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2005-06-12 19:03:01 +0000
committermarcel <marcel@FreeBSD.org>2005-06-12 19:03:01 +0000
commit433bf57177312627f7c17f06d4a5db50b11b3ab8 (patch)
treef9b928bbd5c542cdaa13f0bb252f8dc2de256b88 /sys/ia64/include/smp.h
parente15084485c3b60feedd86945553f097f657c722a (diff)
downloadFreeBSD-src-433bf57177312627f7c17f06d4a5db50b11b3ab8.zip
FreeBSD-src-433bf57177312627f7c17f06d4a5db50b11b3ab8.tar.gz
Define IPI_PREEMPT. Update a nearby comment while I'm here.
Diffstat (limited to 'sys/ia64/include/smp.h')
-rw-r--r--sys/ia64/include/smp.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/ia64/include/smp.h b/sys/ia64/include/smp.h
index daf5911..d2f8e5f 100644
--- a/sys/ia64/include/smp.h
+++ b/sys/ia64/include/smp.h
@@ -10,7 +10,7 @@
* 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. We base the other vectors on that. Keep IPI_AP_WAKEUP at
- * index 0 and IPI_MCA_RENDEZ at index 1. See sal.c for details.
+ * index 0. See sal.c for details.
*/
/* Architecture specific IPIs. */
#define IPI_AP_WAKEUP 0
@@ -22,8 +22,9 @@
#define IPI_AST 5
#define IPI_RENDEZVOUS 6
#define IPI_STOP 7
+#define IPI_PREEMPT 8
-#define IPI_COUNT 8
+#define IPI_COUNT 9
#ifndef LOCORE
OpenPOWER on IntegriCloud