Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed29210c authored by Juergen Gross's avatar Juergen Gross Committed by Thomas Gleixner
Browse files

x86: Remove unused function cpu_has_ht_siblings()

parent 79f1d836
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -21,15 +21,6 @@
extern int smp_num_siblings;
extern unsigned int num_processors;

static inline bool cpu_has_ht_siblings(void)
{
	bool has_siblings = false;
#ifdef CONFIG_SMP
	has_siblings = cpu_has_ht && smp_num_siblings > 1;
#endif
	return has_siblings;
}

DECLARE_PER_CPU_READ_MOSTLY(cpumask_var_t, cpu_sibling_map);
DECLARE_PER_CPU_READ_MOSTLY(cpumask_var_t, cpu_core_map);
/* cpus sharing the last level cache: */