Dear Sergei Poselenov,

In message <20081104125118.20e90702...@pollux.denx.de> you wrote:
> Hello all,
> Modified the previous version, as suggested by Wolfgang.
> 
> Regards,
> Sergei
> 
> Description:
> 
> Added a do_div() wrapper, lldiv(). The new inline function doesn't modify
> the dividend and returns the result of division, so it is useful
> in complex expressions, i.e. "return(a/b)" -> "return(lldiv(a,b))"
>     
> Signed-off-by: Sergei Poselenov <sposele...@emcraft.com>

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
The games have always  strengthened  us.  Death  becomes  a  familiar
pattern. We don't fear it as you do.
        -- Proconsul Marcus Claudius, "Bread and Circuses",
           stardate 4041.2
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to