Revert "arm64: topology: Handle CPU topology parsing failure case"
If cpu topology parsing failed, sched clusters were prepared with
empty cluster cpus and leads to erroneous results. Now sched cluster
preparation handles empty cluster cpus. so the commit 'cc620a7f0341a644
("arm64: topology: Handle CPU topology parsing failure case")' is
no more needed, remove it.
Change-Id: I54ad114027bee517442abde3c18ef2b80f938523
Signed-off-by: Lingutla Chandrasekhar <clingutla@codeaurora.org>
This commit is contained in:
@@ -340,7 +340,6 @@ static void __init reset_cpu_topology(void)
|
||||
cpu_topo->llc_id = -1;
|
||||
|
||||
clear_cpu_topology(cpu);
|
||||
cpumask_set_cpu(cpu, &cpu_topo->core_possible_sibling);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user