Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106991178
D48317.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
604 B
Referenced Files
None
Subscribers
None
D48317.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
@@ -532,7 +532,7 @@
cache = 0;
} else {
devbits = GITS_TYPER_DEVB(gic_its_read_8(sc, GITS_TYPER));
- cache = GITS_BASER_CACHE_WAWB;
+ cache = GITS_BASER_CACHE_RAWAWB;
}
sc->sc_devbits = devbits;
share = GITS_BASER_SHARE_IS;
@@ -669,7 +669,7 @@
continue;
}
- if (tmp != reg) {
+ if ((tmp ^ reg) & ~GITS_BASER_CACHE_MASK) {
device_printf(dev, "GITS_BASER%d: "
"unable to be updated: %lx != %lx\n",
i, reg, tmp);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 9, 3:46 PM (8 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15695265
Default Alt Text
D48317.diff (604 B)
Attached To
Mode
D48317: ARM64 GICv3 Cache bits
Attached
Detach File
Event Timeline
Log In to Comment