Page MenuHomeFreeBSD

linuxkpi: Add bitmap_copy and bitmap_andnot
ClosedPublic

Authored by manu on May 9 2020, 4:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 17, 3:57 PM
Unknown Object (File)
Dec 18 2023, 7:35 PM
Unknown Object (File)
Dec 14 2023, 11:23 PM
Unknown Object (File)
Dec 11 2023, 4:03 AM
Unknown Object (File)
Jun 29 2023, 6:25 AM
Unknown Object (File)
Jun 29 2023, 6:25 AM
Unknown Object (File)
Jun 29 2023, 6:25 AM
Unknown Object (File)
Jun 26 2023, 1:48 PM
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.