On 08.09.14 01:59, Alexey Kardashevskiy wrote: > This replaces gcc's ffsl() function ("find first bit set in a word") > with QEMU's ctzl ("count trailing zeros"). There are no corner cases > in the affected code so simple replacement ffsl()-1 by ctzl() works. > > Signed-off-by: Alexey Kardashevskiy <a...@ozlabs.ru>
Thanks, squashed into "spapr: Split memory nodes to power-of-two blocks". Alex