[PATCH 1/5] rapidio: fix blocking wait for discovery ready

Bounine, Alexandre Alexandre.Bounine at idt.com
Fri Oct 5 03:20:09 EST 2012


On Wed, October 03, 2012 6:20 PM
Andrew Morton <akpm at linux-foundation.org> wrote:
> 
> On Wed,  3 Oct 2012 15:18:39 -0400
> Alexandre Bounine <alexandre.bounine at idt.com> wrote:
> 
> > Fix blocking wait loop in the RapidIO discovery routine to avoid
> > warning dumps about stalled CPU on x86 platforms.
> >
> > ...
> >
> > +		to_end = jiffies + CONFIG_RAPIDIO_DISC_TIMEOUT * HZ;
> > +		while (time_before(jiffies, to_end)) {
> > +			if (rio_enum_complete(mport))
> > +				goto enum_done;
> > +
> 	schedule_timeout_uninterruptible(msecs_to_jiffies(10));
> 
> I think a simple msleep(10) would suffice here?
> 
Agree, same thing but looks simpler. Will update.


More information about the Linuxppc-dev mailing list