diff options
author | Sultanxda <sultanxda@gmail.com> | 2018-01-02 19:19:14 -0800 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2019-12-23 23:43:32 +0200 |
commit | 625de0def625f5e593b1c847e4d103fb06931796 (patch) | |
tree | 50e37393a99b098a609e049674ec12dbfb6c7f4a /kernel/cpu.c | |
parent | 047584c7dedc77529c21897c88413092124fdc78 (diff) |
cpu: Silence log spam when a CPU is brought up
Change-Id: Ib9bc76270fedb8d620714faf45de58d5ecdcd64e
Signed-off-by: Sultanxda <sultanxda@gmail.com>
Diffstat (limited to 'kernel/cpu.c')
-rw-r--r-- | kernel/cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cpu.c b/kernel/cpu.c index 98791b70277a..de267a034b56 100644 --- a/kernel/cpu.c +++ b/kernel/cpu.c @@ -707,7 +707,7 @@ void enable_nonboot_cpus(void) error = _cpu_up(cpu, 1); trace_suspend_resume(TPS("CPU_ON"), cpu, false); if (!error) { - pr_info("CPU%d is up\n", cpu); + pr_debug("CPU%d is up\n", cpu); cpu_device = get_cpu_device(cpu); if (!cpu_device) pr_err("%s: failed to get cpu%d device\n", |