From: Youngtae Lee Date: Mon, 18 Jun 2018 08:00:55 +0000 (+0900) Subject: arm64: cpuinfo: change print level for I-cache X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e1a5b710c940c91592b707f2baedca884e59c3f7;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git arm64: cpuinfo: change print level for I-cache Change-Id: I582c493c1cd371ce94417b671c5e51bf4e69beb9 Signed-off-by: Youngtae Lee --- diff --git a/arch/arm64/kernel/cpuinfo.c b/arch/arm64/kernel/cpuinfo.c index 311885962830..07ac827e9fce 100644 --- a/arch/arm64/kernel/cpuinfo.c +++ b/arch/arm64/kernel/cpuinfo.c @@ -306,7 +306,7 @@ static void cpuinfo_detect_icache_policy(struct cpuinfo_arm64 *info) set_bit(ICACHEF_ALIASING, &__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)