Skip to content
Commit 4fbed90e authored by James Morse's avatar James Morse
Browse files

EDAC/cortex: Run read_errors() in parallel when checking for errors



Using smp_call_function_many() in cortex_arm64_edac_check() means the
calling CPU spends less time waiting.

Add locks around calls into edac, which only happen when an error is found,
and around the L2 accesses to prevent double counting.

Signed-off-by: James Morse's avatarJames Morse <james.morse@arm.com>
parent 07575778
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment