These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / arch / arm64 / kernel / topology.c
index fcb8f7b..694f6de 100644 (file)
@@ -300,6 +300,6 @@ void __init init_cpu_topology(void)
         * Discard anything that was parsed if we hit an error so we
         * don't use partial information.
         */
-       if (parse_dt_topology())
+       if (of_have_populated_dt() && parse_dt_topology())
                reset_cpu_topology();
 }