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

Commit 20410a6a authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "arm64: topology: Handle CPU topology parsing failure case"

parents 86a74acc cc620a7f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -345,6 +345,7 @@ 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);
	}
}