Skip to content
Commit dd9233d0 authored by Paul Burton's avatar Paul Burton
Browse files

MIPS: smp-cps: use CPC core-other locking



The core which the CPC core-other region relates to is based upon the
core-local core-other addressing register. As its name suggests this
register is shared between all VPEs within a core, and if there is a
possibility that multiple VPEs within a core will attempt to access
another core simultaneously then locking is required. This wasn't
previously a problem with the only user being cpu0 during boot, but will
be an issue once hotplug is implemented & may race with other users such
as cpuidle.

Signed-off-by: default avatarPaul Burton <paul.burton@imgtec.com>
parent 0f4d3d11
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment