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)
Dec 17 2024, 12:10 PM
Unknown Object (File)
Nov 29 2024, 7:07 AM
Unknown Object (File)
Nov 24 2024, 6:32 AM
Unknown Object (File)
Nov 23 2024, 12:18 PM
Unknown Object (File)
Nov 22 2024, 2:17 PM
Unknown Object (File)
Nov 20 2024, 2:46 AM
Unknown Object (File)
Nov 15 2024, 10:22 AM
Unknown Object (File)
Nov 10 2024, 12:39 PM
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

Event Timeline

dougm requested review of this revision.Jun 21 2023, 6:19 PM
dougm created this revision.
This revision is now accepted and ready to land.Jun 22 2023, 7:45 PM
This revision was automatically updated to reflect the committed changes.