topology: Add snapshot of possible sibling cpu mask changes
This snapshot is taken from msm-4.19 as of commit 72395648aa0ad18 ("sched: core: Fix usage of cpu core group mask"). Change-Id: Icfbe12f59502c115b010ab53c110f232173c89a5 Signed-off-by: Satya Durga Srinivasu Prabhala <satyap@codeaurora.org>
This commit is contained in:
@@ -214,6 +214,9 @@ static inline int cpu_to_mem(int cpu)
|
||||
#ifndef topology_die_cpumask
|
||||
#define topology_die_cpumask(cpu) cpumask_of(cpu)
|
||||
#endif
|
||||
#ifndef topology_possible_sibling_cpumask
|
||||
#define topology_possible_sibling_cpumask(cpu) cpumask_of(cpu)
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_SCHED_SMT
|
||||
static inline const struct cpumask *cpu_smt_mask(int cpu)
|
||||
|
Reference in New Issue
Block a user