Skip to content
Commit 06724535 authored by Borislav Petkov's avatar Borislav Petkov
Browse files

amd64_edac: check NB MCE bank enable on the current node properly



The old code was using smp_call_function_many which skips the current
cpu if it is in the supplied cpumask. Switch to the rdmsr_on_cpus()
interface which takes care of that.

In addition, add get_cpus_on_this_dct_cpumask helper which computes a
cpumask of all the cores on a node and thus on a DCT.

Signed-off-by: default avatarBorislav Petkov <borislav.petkov@amd.com>
parent 57a30854
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