VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / arch / ppc64 / kernel / pmac_smp.c
index a96cbbb..a67e2a5 100644 (file)
@@ -120,7 +120,7 @@ static void __init smp_core99_kick_cpu(int nr)
 
        /* Put some life in our friend */
        pmac_call_feature(PMAC_FTR_RESET_CPU, NULL, nr, 0);
-       paca[nr].xProcStart = 1;
+       paca[nr].cpu_start = 1;
 
        /* FIXME: We wait a bit for the CPU to take the exception, I should
         * instead wait for the entry code to set something for me. Well,