Commit c5fe7586 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

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

From: Nathan Lynch <nathanl@austin.ibm.com>

This seems to have slipped in during a manual merge at some point.
parent e768ae0e
...@@ -900,10 +900,6 @@ int __devinit __cpu_up(unsigned int cpu) ...@@ -900,10 +900,6 @@ int __devinit __cpu_up(unsigned int cpu)
paca[cpu].xStab_data.real = virt_to_abs(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 /* The information for processor bringup must
* be written out to main store before we release * be written out to main store before we release
* the processor. * the processor.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment