Skip to content
Commit 722b3703 authored by Jason Evans's avatar Jason Evans
Browse files

Use ffsl() in ALLOCM_ALIGN().

Use ffsl() rather than ffs() plus bitshifting in ALLOCM_ALIGN().  The
original rational for using ffs() was portability, but the bitmap code
has since induced a hard dependency on ffsl().
parent 4eeb52f0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment