Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149846768
D1983.id4023.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
670 B
Referenced Files
None
Subscribers
None
D1983.id4023.diff
View Options
Index: sys/x86/include/apicvar.h
===================================================================
--- sys/x86/include/apicvar.h
+++ sys/x86/include/apicvar.h
@@ -126,7 +126,12 @@
#define IPI_STOP (APIC_IPI_INTS + 7) /* Stop CPU until restarted. */
#define IPI_SUSPEND (APIC_IPI_INTS + 8) /* Suspend CPU until restarted. */
-#define IPI_STOP_HARD (APIC_IPI_INTS + 9) /* Stop CPU with a NMI. */
+
+/*
+ * IPI_STOP_HARD does not need to occupy a slot in the IPI vector space since
+ * it is delivered using an NMI anyways.
+ */
+#define IPI_STOP_HARD 255 /* Stop CPU with a NMI. */
/*
* The spurious interrupt can share the priority class with the IPIs since
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 28, 1:39 PM (10 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30474595
Default Alt Text
D1983.id4023.diff (670 B)
Attached To
Mode
D1983: Free up the IPI slot used by IPI_STOP_HARD.
Attached
Detach File
Event Timeline
Log In to Comment