]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] ppc64: remove duplicated mb() and comment from __cpu_up
authorAndrew Morton <akpm@osdl.org>
Mon, 26 Apr 2004 16:04:15 +0000 (09:04 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 26 Apr 2004 16:04:15 +0000 (09:04 -0700)
From: Nathan Lynch <nathanl@austin.ibm.com>

This seems to have slipped in during a manual merge at some point.

arch/ppc64/kernel/smp.c

index b461c957e07b432428825f2b23ad4441b3efbada..2447cce8ba92ed40cd2c407952a78e3c1d0c327d 100644 (file)
@@ -900,10 +900,6 @@ int __devinit __cpu_up(unsigned int cpu)
                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.