Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163546846
D16801.id46931.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D16801.id46931.diff
View Options
Index: sys/i386/include/intr_machdep.h
===================================================================
--- sys/i386/include/intr_machdep.h
+++ sys/i386/include/intr_machdep.h
@@ -75,10 +75,10 @@
* - 1 ??? dummy counter.
* - 2 counters for each I/O interrupt.
* - 1 counter for each CPU for lapic timer.
- * - 9 counters for each CPU for IPI counters for SMP.
+ * - 8 counters for each CPU for IPI counters for SMP.
*/
#ifdef SMP
-#define INTRCNT_COUNT (1 + NUM_IO_INTS * 2 + (1 + 9) * MAXCPU)
+#define INTRCNT_COUNT (1 + NUM_IO_INTS * 2 + (1 + 8) * MAXCPU)
#else
#define INTRCNT_COUNT (1 + NUM_IO_INTS * 2 + 1)
#endif
Index: sys/x86/include/apicvar.h
===================================================================
--- sys/x86/include/apicvar.h
+++ sys/x86/include/apicvar.h
@@ -129,12 +129,7 @@
#define IPI_STOP (APIC_IPI_INTS + 6) /* Stop CPU until restarted. */
#define IPI_SUSPEND (APIC_IPI_INTS + 7) /* Suspend CPU until restarted. */
-#ifdef __i386__
-#define IPI_LAZYPMAP (APIC_IPI_INTS + 8) /* Lazy pmap release. */
-#define IPI_DYN_FIRST (APIC_IPI_INTS + 9)
-#else
#define IPI_DYN_FIRST (APIC_IPI_INTS + 8)
-#endif
#define IPI_DYN_LAST (253) /* IPIs allocated at runtime */
/*
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jul 25, 8:35 AM (3 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35468868
Default Alt Text
D16801.id46931.diff (1 KB)
Attached To
Mode
D16801: Remove some vestiges of IPI_LAZYPMAP on i386.
Attached
Detach File
Event Timeline
Log In to Comment