Page MenuHomeFreeBSD

linuxkpi: Add bitmap_copy and bitmap_andnot
ClosedPublic

Authored by manu on May 9 2020, 4:54 PM.
Tags
None
Referenced Files
F131920668: D24782.id71593.diff
Sun, Oct 12, 5:38 AM
F131920660: D24782.id71590.diff
Sun, Oct 12, 5:38 AM
F131920648: D24782.id.diff
Sun, Oct 12, 5:38 AM
F131864993: D24782.diff
Sat, Oct 11, 7:34 PM
Unknown Object (File)
Sat, Oct 11, 12:24 AM
Unknown Object (File)
Tue, Sep 16, 9:07 PM
Unknown Object (File)
Aug 4 2025, 10:59 AM
Unknown Object (File)
Aug 2 2025, 12:59 AM
Subscribers

Details

Summary

bitmap_copy simply copy the bitmaps, no idea why it exists.
bitmap_andnot is similar to bitmap_and but uses !src2.

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.May 9 2020, 4:54 PM

Don't forget to MFC and put the word LinuxKPI in the commit message.

This revision is now accepted and ready to land.May 9 2020, 5:25 PM
This revision was automatically updated to reflect the committed changes.