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

Commit b97487e8 authored by Channagoud Kadabi's avatar Channagoud Kadabi Committed by Gerrit - the friendly Code Review server
Browse files

Merge "arm64: show present cpu instead of online cpu in /proc/cpuinfo" into msm-4.8

parents 98dc0bbf bdd41e69
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ static int c_show(struct seq_file *m, void *v)
	int i, j;
	bool compat = personality(current->personality) == PER_LINUX32;

	for_each_online_cpu(i) {
	for_each_present_cpu(i) {
		struct cpuinfo_arm64 *cpuinfo = &per_cpu(cpu_data, i);
		u32 midr = cpuinfo->reg_midr;