Page MenuHomeFreeBSD

kern_resource: drop INLINE_FLSLL test
ClosedPublic

Authored by dougm on Jun 21 2023, 6:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 29, 8:29 AM
Unknown Object (File)
Fri, Mar 20, 2:19 PM
Unknown Object (File)
Thu, Mar 19, 9:46 PM
Unknown Object (File)
Wed, Mar 18, 5:32 PM
Unknown Object (File)
Tue, Mar 3, 6:37 AM
Unknown Object (File)
Sun, Mar 1, 7:43 PM
Unknown Object (File)
Sun, Mar 1, 2:03 PM
Unknown Object (File)
Mar 1 2026, 12:23 AM
Subscribers

Details

Summary

After D40698 is committed, HAVE_INLINE_FLSLL will be #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 that comes with D49698.

The code I'm removing was committed by Bruce Evans.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable