cpumask: remove cpu_coregroup_map: x86
Impact: cleanup cpu_coregroup_mask is the New Hotness. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
cb3d560f36
commit
23c5c9c662
2 changed files with 0 additions and 6 deletions
|
@ -244,7 +244,6 @@ static inline int node_to_first_cpu(int node)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern cpumask_t cpu_coregroup_map(int cpu);
|
|
||||||
extern const struct cpumask *cpu_coregroup_mask(int cpu);
|
extern const struct cpumask *cpu_coregroup_mask(int cpu);
|
||||||
|
|
||||||
#ifdef ENABLE_TOPO_DEFINES
|
#ifdef ENABLE_TOPO_DEFINES
|
||||||
|
|
|
@ -428,11 +428,6 @@ const struct cpumask *cpu_coregroup_mask(int cpu)
|
||||||
return &c->llc_shared_map;
|
return &c->llc_shared_map;
|
||||||
}
|
}
|
||||||
|
|
||||||
cpumask_t cpu_coregroup_map(int cpu)
|
|
||||||
{
|
|
||||||
return *cpu_coregroup_mask(cpu);
|
|
||||||
}
|
|
||||||
|
|
||||||
static void impress_friends(void)
|
static void impress_friends(void)
|
||||||
{
|
{
|
||||||
int cpu;
|
int cpu;
|
||||||
|
|
Loading…
Add table
Reference in a new issue