Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162121126
D9145.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
591 B
Referenced Files
None
Subscribers
None
D9145.id.diff
View Options
Index: head/sys/arm/arm/gic.c
===================================================================
--- head/sys/arm/arm/gic.c
+++ head/sys/arm/arm/gic.c
@@ -1445,11 +1445,11 @@
break;
}
- KASSERT((psc->gic_irqs[irq].gi_flags & GI_FLAG_MSI)!= 0,
+ KASSERT((psc->gic_irqs[end_irq].gi_flags & GI_FLAG_MSI)!= 0,
("%s: Non-MSI interrupt found", __func__));
/* This is already used */
- if ((psc->gic_irqs[irq].gi_flags & GI_FLAG_MSI_USED) ==
+ if ((psc->gic_irqs[end_irq].gi_flags & GI_FLAG_MSI_USED) ==
GI_FLAG_MSI_USED) {
found = false;
break;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 10, 11:56 PM (11 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34944174
Default Alt Text
D9145.id.diff (591 B)
Attached To
Mode
D9145: Fix MSI IRQ allocation for ARM GIC
Attached
Detach File
Event Timeline
Log In to Comment