commit | 722b370399fd6734de6781285ce9a0cffd547bdd | [log] [tgz] |
---|---|---|
author | Jason Evans <jasone@canonware.com> | Mon Apr 02 14:09:07 2012 -0700 |
committer | Jason Evans <jasone@canonware.com> | Mon Apr 02 14:09:07 2012 -0700 |
tree | d1cd72c563ab6b354c155334dd21d57ecf893da9 | |
parent | 4eeb52f080edb1f4b518249388f6c617386c00e5 [diff] |
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().