[POWERPC] Raise the upper limit of NR_CPUS and move the pacas into the BSS
[deliverable/linux.git] / arch / powerpc / kernel / setup_64.c
index 153a48dc8f40e351b1115e9d4a157e0248d2a9bd..dff6308d1b5eb524f44fbaf5dfa0a0866e5e58b5 100644 (file)
@@ -170,6 +170,9 @@ void __init setup_paca(int cpu)
 
 void __init early_setup(unsigned long dt_ptr)
 {
+       /* Fill in any unititialised pacas */
+       initialise_pacas();
+
        /* Identify CPU type */
        identify_cpu(0, mfspr(SPRN_PVR));
 
This page took 0.02512 seconds and 5 git commands to generate.