lkml.org 
[lkml]   [2004]   [Apr]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] ppc64: remove duplicated mb() and comment from __cpu_up
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();
\
 
 \ /
  Last update: 2005-03-22 14:02    [W:0.024 / U:0.044 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site