Re: x86/.../trampoline_64.S racy?

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: kernel list <linux-kernel@...>
Cc: Linux-pm mailing list <linux-pm@...>, Rafael J. Wysocki <rjw@...>
Date: Friday, February 1, 2008 - 6:15 pm

On Fri 2008-02-01 23:07:16, Pavel Machek wrote:

No, I just missed another place with timeout:

                /*
                 * Wait 5s total for a response
                 */
                for (timeout = 0; timeout < 5000000; timeout++) {
                        if (cpu_isset(cpu, cpu_callin_map))
                                break;  /* It has booted */
                        udelay(100);
                }

									Pavel

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
x86/.../trampoline_64.S racy?, Pavel Machek, (Fri Feb 1, 6:07 pm)
Re: x86/.../trampoline_64.S racy?, Pavel Machek, (Fri Feb 1, 6:15 pm)