[POWERPC] Make sure smp_processor_id works very early in boot
[linux-2.6-block.git] / arch / powerpc / kernel / setup_64.c
index a2fb2e627aadb9e067f8329d2b4852f54924fcf8..175539c9afa066c9b3d2b3596423b0cda5e63a0c 100644 (file)
@@ -177,6 +177,9 @@ void __init setup_paca(int cpu)
 
 void __init early_setup(unsigned long dt_ptr)
 {
+       /* Assume we're on cpu 0 for now. Don't write to the paca yet! */
+       setup_paca(0);
+
        /* Enable early debugging if any specified (see udbg.h) */
        udbg_early_init();