Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145573667
D53662.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
304 B
Referenced Files
None
Subscribers
None
D53662.diff
View Options
diff --git a/sys/arm/arm/gic.c b/sys/arm/arm/gic.c
--- a/sys/arm/arm/gic.c
+++ b/sys/arm/arm/gic.c
@@ -514,6 +514,9 @@
("arm_gic_read_ivar: Invalid bus type %u", sc->gic_bus));
*result = sc->gic_bus;
return (0);
+ case GIC_IVAR_VGIC:
+ *result = 0;
+ return (0);
}
return (ENOENT);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 22, 4:38 PM (49 m, 32 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28939957
Default Alt Text
D53662.diff (304 B)
Attached To
Mode
D53662: arm: Handle GIC_IVAR_VGIC in the gic driver
Attached
Detach File
Event Timeline
Log In to Comment