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:
Lingutla Chandrasekhar
2019-11-07 12:05:15 +05:30
parent dcc0e1895a
commit 1aac6a3d3a

View File

@@ -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);
}
}