Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106953615
D29310.id85878.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
471 B
Referenced Files
None
Subscribers
None
D29310.id85878.diff
View Options
Index: sys/kern/subr_intr.c
===================================================================
--- sys/kern/subr_intr.c
+++ sys/kern/subr_intr.c
@@ -445,6 +445,10 @@
if (irq_sources[isrc->isrc_irq] != isrc)
return (EINVAL);
+ /* signal availability to isrc_alloc_irq(), if needed */
+ if (irq_next_free >= maxirqs)
+ irq_next_free = isrc->isrc_irq;
+
irq_sources[isrc->isrc_irq] = NULL;
isrc->isrc_irq = INTR_IRQ_INVALID; /* just to be safe */
return (0);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 9, 12:27 AM (3 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15727703
Default Alt Text
D29310.id85878.diff (471 B)
Attached To
Mode
D29310: kern/intr: switch to allocating handles forward
Attached
Detach File
Event Timeline
Log In to Comment