Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106132967
D20417.id57927.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
494 B
Referenced Files
None
Subscribers
None
D20417.id57927.diff
View Options
Index: sys/arm64/arm64/gicv3_its.c
===================================================================
--- sys/arm64/arm64/gicv3_its.c
+++ sys/arm64/arm64/gicv3_its.c
@@ -747,9 +747,7 @@
if (domain < MAXMEMDOM)
CPU_COPY(&cpuset_domain[domain], &sc->sc_cpus);
} else {
- /* XXX : cannot handle more than one ITS per cpu */
- if (device_get_unit(dev) == 0)
- CPU_COPY(&all_cpus, &sc->sc_cpus);
+ CPU_COPY(&all_cpus, &sc->sc_cpus);
}
/* Allocate the command circular buffer */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 26, 10:55 PM (11 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15608679
Default Alt Text
D20417.id57927.diff (494 B)
Attached To
Mode
D20417: arm64 gicv3_its: enable all ITS blocks for a CPU
Attached
Detach File
Event Timeline
Log In to Comment