Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115897197
D45157.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
585 B
Referenced Files
None
Subscribers
None
D45157.diff
View Options
diff --git a/sys/x86/include/apicvar.h b/sys/x86/include/apicvar.h
--- a/sys/x86/include/apicvar.h
+++ b/sys/x86/include/apicvar.h
@@ -78,7 +78,12 @@
#define MAX_APIC_ID 0x800
#define APIC_ID_ALL 0xffffffff
-#define IOAPIC_MAX_ID xAPIC_MAX_APIC_ID
+/*
+ * The 0xff ID is used for broadcast IPIs for local APICs when not using
+ * x2APIC. IPIs are not sent to I/O APICs so it's acceptable for an I/O APIC
+ * to use that ID.
+ */
+#define IOAPIC_MAX_ID 0xff
/* I/O Interrupts are used for external devices such as ISA, PCI, etc. */
#define APIC_IO_INTS (IDT_IO_INTS + 16)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 1, 3:46 AM (7 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17871997
Default Alt Text
D45157.diff (585 B)
Attached To
Mode
D45157: Increase IOAPIC_MAX_ID to 255 (from 254)
Attached
Detach File
Event Timeline
Log In to Comment