Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F110627340
D41552.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
758 B
Referenced Files
None
Subscribers
None
D41552.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
@@ -557,14 +557,13 @@
/* Clear the fields we will be setting */
reg &= ~(GITS_BASER_VALID | GITS_BASER_INDIRECT |
GITS_BASER_CACHE_MASK | GITS_BASER_TYPE_MASK |
- GITS_BASER_ESIZE_MASK | GITS_BASER_PA_MASK |
+ GITS_BASER_PA_MASK |
GITS_BASER_SHARE_MASK | GITS_BASER_PSZ_MASK |
GITS_BASER_SIZE_MASK);
/* Set the new values */
reg |= GITS_BASER_VALID |
(cache << GITS_BASER_CACHE_SHIFT) |
(type << GITS_BASER_TYPE_SHIFT) |
- ((esize - 1) << GITS_BASER_ESIZE_SHIFT) |
paddr | (share << GITS_BASER_SHARE_SHIFT) |
(nitspages - 1);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Feb 22, 3:02 AM (3 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16764987
Default Alt Text
D41552.diff (758 B)
Attached To
Mode
D41552: gicv3: Stop setting the esize field
Attached
Detach File
Event Timeline
Log In to Comment