target-i386: Inline bitops_flsl
commit14e534265aad0796690a5aea429f5bd2877ccff0
authorRichard Henderson <rth@twiddle.net>
Thu, 14 Feb 2013 01:47:40 +0000 (13 17:47 -0800)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 16 Feb 2013 11:12:29 +0000 (16 11:12 +0000)
treef737f58d1007171c24c9cdb696d60bbd2f7e298b
parent0cfa6adc7fd1eba4694515bde6bbfb9ecd892f2f
target-i386: Inline bitops_flsl

Use clz32 directly.  Which makes slightly more sense given
that the input is type "int" and not type "long".

Signed-off-by: Richard Henderson <rth@twiddle.net>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-i386/topology.h