projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81e9fdb
)
arm64: cpuinfo: change print level for I-cache
author
Youngtae Lee
<yt0729.lee@samsung.com>
Mon, 18 Jun 2018 08:00:55 +0000
(17:00 +0900)
committer
lakkyung.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
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm64/kernel/cpuinfo.c
b/arch/arm64/kernel/cpuinfo.c
index 311885962830bd058f6555b95dbdbe266dbef2e7..07ac827e9fceabc237fb937f80af914e62401cd6 100644
(file)
--- 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)