This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / m32r / kernel / smpboot.c
index e80a6d5..6ac4f70 100644 (file)
@@ -433,7 +433,7 @@ int __init start_secondary(void *unused)
        cpu_init();
        smp_callin();
        while (!cpu_isset(smp_processor_id(), smp_commenced_mask))
-               cpu_relax();
+               rep_nop();
 
        smp_online();
 
@@ -482,7 +482,7 @@ static void __init smp_callin(void)
                /* Has the boot CPU finished it's STARTUP sequence ? */
                if (cpu_isset(cpu_id, cpu_callout_map))
                        break;
-               cpu_relax();
+               rep_nop();
        }
 
        if (!time_before(jiffies, timeout)) {