Commit ee120546 authored by Stephen Rothwell's avatar Stephen Rothwell

edac: need to export cpu_llc_id

Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
parent de07c29a
...@@ -100,6 +100,7 @@ EXPORT_SYMBOL(smp_num_siblings); ...@@ -100,6 +100,7 @@ EXPORT_SYMBOL(smp_num_siblings);
/* Last level cache ID of each logical CPU */ /* Last level cache ID of each logical CPU */
DEFINE_PER_CPU(u16, cpu_llc_id) = BAD_APICID; DEFINE_PER_CPU(u16, cpu_llc_id) = BAD_APICID;
EXPORT_PER_CPU_SYMBOL(cpu_llc_id);
/* representing HT siblings of each logical CPU */ /* representing HT siblings of each logical CPU */
DEFINE_PER_CPU(cpumask_var_t, cpu_sibling_map); DEFINE_PER_CPU(cpumask_var_t, cpu_sibling_map);
......
Markdown is supported
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