arm64: cpuinfo: change print level for I-cache
authorYoungtae Lee <yt0729.lee@samsung.com>
Mon, 18 Jun 2018 08:00:55 +0000 (17:00 +0900)
committerlakkyung.jung <lakkyung.jung@samsung.com>
Mon, 23 Jul 2018 05:59:43 +0000 (14:59 +0900)
Change-Id: I582c493c1cd371ce94417b671c5e51bf4e69beb9
Signed-off-by: Youngtae Lee <yt0729.lee@samsung.com>
arch/arm64/kernel/cpuinfo.c

index 311885962830bd058f6555b95dbdbe266dbef2e7..07ac827e9fceabc237fb937f80af914e62401cd6 100644 (file)
@@ -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)