HomeFreeBSD

inline_fls: drop compile-time check

Description

inline_fls: drop compile-time check

HAVE_INLINE_FLSLL is #defined always. This change assumes that where
__HAVE_INLINE_FLSLL is tested, the two leading underscores are a
mistake, and that the code will be better for using the efficient
flsll implementation.
Reviewed by: markj, mhorne
Differential Revision: https://reviews.freebsd.org/D40705

Details

Provenance
dougmAuthored on Jul 6 2023, 6:32 PM
Reviewer
markj
Differential Revision
D40705: kern_resource: drop INLINE_FLSLL test
Parents
rGe08776813087: inline_fls: remove redundant INLINE_FLS test
Branches
Unknown
Tags
Unknown