CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/12/29 16:25:32
Modified files:
sys/arch/arm64/dev: smmu.c smmuvar.h
Log message:
Serialize concurrent access to command queues with a mutex. Fixes
corruption visible on the Orion O6 with multiple devices and after
the secondary cores spun up. Command queue handling/synchronization
can probably the improved further.
