mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-03 18:52:35 +08:00
Accesses to the L2C registers performed by the L2C driver are now serialized with spin locks. This avoids concurrent access to the L2C registers by multiple processors. Proposed by GRLIB-TN-0021. Update #4925.