[POWERPC] Initialise spinlock in the DEBUG_PAGEALLOC code
[powerpc.git] / arch / mips / kernel / setup.c
index 11ab222..4975da0 100644 (file)
@@ -525,6 +525,14 @@ void __init setup_arch(char **cmdline_p)
 {
        cpu_probe();
        prom_init();
+
+#ifdef CONFIG_EARLY_PRINTK
+       {
+               extern void setup_early_printk(void);
+
+               setup_early_printk();
+       }
+#endif
        cpu_report();
 
 #if defined(CONFIG_VT)