Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F168258649
D49542.id152762.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
446 B
Referenced Files
None
Subscribers
None
D49542.id152762.diff
View Options
diff --git a/sys/arm64/arm64/gicv3_its.c b/sys/arm64/arm64/gicv3_its.c
--- a/sys/arm64/arm64/gicv3_its.c
+++ b/sys/arm64/arm64/gicv3_its.c
@@ -801,7 +801,7 @@
/* Make sure changes are observable my the GIC */
dsb(sy);
- size = (flsl(LPI_CONFTAB_SIZE | GIC_FIRST_LPI) - 1);
+ size = (flsl(LPI_CONFTAB_SIZE | GIC_FIRST_LPI) - 2);
xbaser = vtophys(sc->sc_conf_base) |
(GICR_PROPBASER_SHARE_IS << GICR_PROPBASER_SHARE_SHIFT) |
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 28, 5:43 AM (10 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37357467
Default Alt Text
D49542.id152762.diff (446 B)
Attached To
Mode
D49542: arm64: Fix off-by-one in its_init_cpu_lpi
Attached
Detach File
Event Timeline
Log In to Comment