arm64: topology: Increase severity of warning on mapped CPUs
authorMark Brown <broonie@linaro.org>
Tue, 25 Feb 2014 02:46:12 +0000 (11:46 +0900)
committerMark Brown <broonie@linaro.org>
Tue, 25 Feb 2014 03:31:50 +0000 (12:31 +0900)
We now provide a default so this should never happen.

Signed-off-by: Mark Brown <broonie@linaro.org>
arch/arm64/kernel/topology.c

index 616fe0531536d49a398366d48116640940795332..1ec59cfcd59fa77bcf564fc094e5c2c30dcd28d9 100644 (file)
@@ -355,9 +355,9 @@ void store_cpu_topology(unsigned int cpuid)
 {
        struct cputopo_arm *cpuid_topo = &cpu_topology[cpuid];
 
-       /* DT should have been parsed by the time we get here */
+       /* Something should have picked a topology by the time we get here */
        if (cpuid_topo->core_id == -1)
-               pr_info("CPU%u: No topology information configured\n", cpuid);
+               pr_warn("CPU%u: No topology information configured\n", cpuid);
        else
                update_siblings_masks(cpuid);