]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/ppc/kernel/setup.c
[PATCH] powerpc: Unify udbg (#2)
[linux-2.6-omap-h63xx.git] / arch / ppc / kernel / setup.c
index 0eb0b7085e6a86f9e9b18df12dac6f0ad03d89f0..e707c6f6e61bdd729d2309befc78fc082083f300 100644 (file)
@@ -744,6 +744,9 @@ void __init setup_arch(char **cmdline_p)
        /* so udelay does something sensible, assume <= 1000 bogomips */
        loops_per_jiffy = 500000000 / HZ;
 
+       if (ppc_md.init_early)
+               ppc_md.init_early();
+
 #ifdef CONFIG_PPC_MULTIPLATFORM
        /* This could be called "early setup arch", it must be done
         * now because xmon need it