qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v3 7/9] omap_intc: convert ffs(3) to ctz32() in


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v3 7/9] omap_intc: convert ffs(3) to ctz32() in omap_inth_sir_update()
Date: Mon, 23 Mar 2015 16:40:26 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0


On 23/03/2015 16:29, Stefan Hajnoczi wrote:
> From: Paolo Bonzini <address@hidden>
> 
> The loop previously terminated on ffs(0) == 0, now it terminates on
> ctz32(0) + 1 == 33.

... now it terminates on level == 0.

Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]