Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149239153
D48317.1789734078.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
604 B
Referenced Files
None
Subscribers
None
D48317.1789734078.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
Fri, Sep 18, 12:21 PM (8 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29725855
Default Alt Text
D48317.1789734078.diff (604 B)
Attached To
Mode
D48317: ARM64 GICv3 Cache bits
Attached
Detach File
Event Timeline
Log In to Comment