Hi Dave,

> Subject: Re: rdhi, rdlo and rm must all be different: say what??
> 
> On Thursday 13 March 2008, Felipe Balbi wrote:
> > >   sched_clock:
> > >   16:     umull   r0, r1, r0, r3  @ tmp136, jiffies.371, tmp137
> > >
> > >   sched_slice:
> > >           ...
> > >   1243:   umull   r0, r1, r0, r2  @ slice.2262, slice,
> > > <variable>.load.weight

Thanks for digging into that.  I noticed it recently also on some builds.  

Maybe this umull comes from do_div() which has some inline assembly for this.  
I recall that in used in sched_clock.  The inline asm might need a tweak.

Regards,
Richard W.

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to