]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/kernel/machine_kexec_64.c
powerpc: Better setup of boot page TLB entry
[linux-2.6-omap-h63xx.git] / arch / powerpc / kernel / machine_kexec_64.c
index 4bd8b4f5e70d46931a86be30ff731416f49b3dac..3c4ca046e854c9e88ab587c1672eae97b2c69c4a 100644 (file)
@@ -270,8 +270,8 @@ void default_machine_kexec(struct kimage *image)
         * using debugger IPI.
         */
 
-       if (crashing_cpu == -1)
-               kexec_prepare_cpus();
+       if (crashing_cpu == -1)
+               kexec_prepare_cpus();
 
        /* switch to a staticly allocated stack.  Based on irq stack code.
         * XXX: the task struct will likely be invalid once we do the copy!