diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/cpu/x86/topology.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/cpu/x86/topology.h b/src/include/cpu/x86/topology.h index db29d09f5b..d66f2eb821 100644 --- a/src/include/cpu/x86/topology.h +++ b/src/include/cpu/x86/topology.h @@ -11,4 +11,9 @@ */ void set_cpu_topology_from_leaf_b(struct device *cpu); +/* Fill in the topology node ID in struct path APIC based CPUID EAX=0x1f + * or CPUID EAX=0xb. If those leaves aren't supported then the node ID + * won't be updated. + */ +void set_cpu_node_id_leaf_1f_b(struct device *cpu); #endif |