HomeFreeBSD

inline_fls - HAVE_INLINE_FLSLL is always true

Description

inline_fls - HAVE_INLINE_FLSLL is always true

flsll is inlined, or replaced by a smart binary search implementation,
on all architectures, and HAVE_INLINE_FLSLL is #defined always. So
remove code the the #undefined case.

Reviewed by: mhorne, tuexen
Differential Revision: https://reviews.freebsd.org/D40704

Details

Provenance
dougmAuthored on Jul 6 2023, 8:27 PM
Reviewer
mhorne
Differential Revision
D40704: tcp_lro: remove backup for non-inlined flsll
Parents
rGd4e236c70b0d: inline_ffs: remove backup binary implementation
Branches
Unknown
Tags
Unknown