ARM: fix PTRACE_SETVFPREGS on SMP systems
[firefly-linux-kernel-4.4.55.git] / arch / arm / kernel / topology.c
index 89cfdd6e50cb1c8024998600f07c85945828bfd6..08b7847bf9124f004d7214c0e9c4dae23c0fffd2 100644 (file)
@@ -165,7 +165,7 @@ static void update_cpu_capacity(unsigned int cpu)
 
        set_capacity_scale(cpu, cpu_capacity(cpu) / middle_capacity);
 
-       printk(KERN_INFO "CPU%u: update cpu_capacity %lu\n",
+       pr_info("CPU%u: update cpu_capacity %lu\n",
                cpu, arch_scale_cpu_capacity(NULL, cpu));
 }
 
@@ -269,7 +269,7 @@ void store_cpu_topology(unsigned int cpuid)
 
        update_cpu_capacity(cpuid);
 
-       printk(KERN_INFO "CPU%u: thread %d, cpu %d, socket %d, mpidr %x\n",
+       pr_info("CPU%u: thread %d, cpu %d, socket %d, mpidr %x\n",
                cpuid, cpu_topology[cpuid].thread_id,
                cpu_topology[cpuid].core_id,
                cpu_topology[cpuid].socket_id, mpidr);