Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151315592
D54678.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
288 B
Referenced Files
None
Subscribers
None
D54678.diff
View Options
diff --git a/sys/arm64/vmm/io/vgic_v3.c b/sys/arm64/vmm/io/vgic_v3.c
--- a/sys/arm64/vmm/io/vgic_v3.c
+++ b/sys/arm64/vmm/io/vgic_v3.c
@@ -672,7 +672,7 @@
if (irq == NULL)
continue;
- if (!irq->enabled)
+ if (irq->enabled)
ret |= 1u << i;
vgic_v3_release_irq(irq);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 8, 1:20 PM (15 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27635842
Default Alt Text
D54678.diff (288 B)
Attached To
Mode
D54678: arm64/vgic_v3: Fix an inverted test when reading GICD_I<C|S>ENABLER
Attached
Detach File
Event Timeline
Log In to Comment