[PATCH] ppc64: remove duplicated mb() and comment from __cpu_up

From: Nathan Lynch
Date: Sun Apr 25 2004 - 20:03:54 EST


Hi-

This seems to have slipped in during a manual merge at some point. Patch is against 2.6.6-rc2-mm1.

Nathan


diff -rU 5 linux-2.6.6-rc2-mm1/arch/ppc64/kernel/smp.c linux-2.6.6-rc2-mm1.new/arch/ppc64/kernel/smp.c
--- linux-2.6.6-rc2-mm1/arch/ppc64/kernel/smp.c 2004-04-25 19:45:24.000000000 -0500
+++ linux-2.6.6-rc2-mm1.new/arch/ppc64/kernel/smp.c 2004-04-25 19:50:46.000000000 -0500
@@ -893,14 +893,10 @@
memset(tmp, 0, PAGE_SIZE);
paca[cpu].xStab_data.virt = (unsigned long)tmp;
paca[cpu].xStab_data.real = virt_to_abs(tmp);
}

- /* The information for processor bringup must be written out
- * to main store before we release the processor. */
- mb();
-
/* The information for processor bringup must
* be written out to main store before we release
* the processor.
*/
mb();