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

Commit 305908c1 authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

Merge "arm: cpuinfo: drop L1 cache type print from pr_info to pr_debug" into msm-4.8

parents 80087c1e 7a106f27
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -329,7 +329,8 @@ static void cpuinfo_detect_icache_policy(struct cpuinfo_arm64 *info)
	if (l1ip == ICACHE_POLICY_AIVIVT)
		set_bit(ICACHEF_AIVIVT, &__icache_flags);

	pr_info("Detected %s I-cache on CPU%d\n", icache_policy_str[l1ip], cpu);
	pr_debug("Detected %s I-cache on CPU%d\n", icache_policy_str[l1ip],
			cpu);
}

static void __cpuinfo_store_cpu(struct cpuinfo_arm64 *info)