Page MenuHomeFreeBSD

linuxkpi: Add clear_bit_unlock
ClosedPublic

Authored by manu on Aug 4 2020, 10:50 AM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 13 2024, 11:24 AM
Unknown Object (File)
Nov 26 2023, 10:47 PM
Unknown Object (File)
Nov 8 2023, 12:34 AM
Unknown Object (File)
Nov 5 2023, 2:38 AM
Unknown Object (File)
Oct 6 2023, 11:28 PM
Unknown Object (File)
Oct 4 2023, 2:36 AM
Unknown Object (File)
Jan 14 2023, 8:24 PM
Unknown Object (File)
Dec 5 2022, 10:52 PM
Subscribers

Details

Summary

This calls clear_bit and adds a memory barrier.

Sponsored-by: The FreeBSD Foundation

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

manu requested review of this revision.Aug 4 2020, 10:50 AM
sys/compat/linuxkpi/common/include/linux/bitops.h
281 ↗(On Diff #75355)

extra space after bit and before ,

Add the word LinuxKPI to the commit message, and don't forget to MFC.

This revision is now accepted and ready to land.Aug 4 2020, 3:17 PM
This revision was automatically updated to reflect the committed changes.